Html Css Color HEX #DCE262 Goldenrod

📋 copy color: '#DCE262'

red 220 ◦ green 226 ◦ blue 98

#DCE262
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #DCE262

Tints of Goldenrod #DCE262

RGB

 RED value IS 220 (86.33% from 255) = 40.44%

 GREEN value IS 226 (88.67% from 255) = 41.54%

 BLUE value IS 98 (38.67% from 255) = 18.01%

R = 40.44%
G = 41.54%
B = 18.01%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.57

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DCE262 (or 0xDCE262) is known color: Goldenrod. HEX triplet: DC, E2 and 62. RGB value is (220,226,98). Sum of RGB (Red+Green+Blue) = 220+226+98=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 226 (88.67% from 255 or 41.54% from 544); Blue value is 98 (38.67% from 255 or 18.01% from 544); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE262 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE262 is #231D9D. Grayscale: #D2D2D2. Windows color (decimal): -2301342 or 6480604. OLE color: 6480604.

HSL color Cylindrical-coordinate representation of color #DCE262: hue angle of 62.81º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCE262 is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 226 98 -
CMYK 0.03 0 0.57 0.11
HSL 62.81º 0.69% 0.64% -
HSV(B) 62.81º 0.57% 0.89% -
XYZ 58.92 70.49 22.06 -
YUV 209.61 65.01 135.41 -
System Red Green Blue C M Y K H S L
Decimal 220 226 98 0.03 0 0.57 0.11 62.81 0.69 0.64
Hex DC E2 62 3 0 39 B 3F 45 40
Octal 334 342 142 3 0 71 13 77 105 100
Binary 11011100 11100010 1100010 11 0 111001 1011 111111 1000101 1000000

Color Harmonies of #DCE262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE262

Black with #DCE262

Text Example


Text Example

White with #DCE262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE262; }

 p { color: rgb(220,226,98); }

 H1.HeaderClassName
 {
   color: #DCE262;
 }
 .AnyTagClassName
 {
   color: #DCE262;
 }
</style>

background-color css

<style>
 a { background-color: #DCE262; }

 a { background-color: rgb(220,226,98); }

 div.DivClassName
 {
   background-color: #DCE262;
 }
 .BgClassName
 {
   background-color: #DCE262;
 }
</style>

border-color css

<style>
 span { border-color: #DCE262; }

 span { border-color: rgb(220,226,98); }

 td.TdClassName
 {
   border-color: #DCE262;
 }
 .TagClassName
 {
   border-color: #DCE262;
 }
</style>