Html Css Color HEX #DCE162 Goldenrod

📋 copy color: '#DCE162'

red 220 ◦ green 225 ◦ blue 98

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

Shades of Goldenrod #DCE162

Tints of Goldenrod #DCE162

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.44%

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

R = 40.52%
G = 41.44%
B = 18.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#DCE162 (or 0xDCE162) is known color: Goldenrod. HEX triplet: DC, E1 and 62. RGB value is (220,225,98). Sum of RGB (Red+Green+Blue) = 220+225+98=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 225 (88.28% from 255 or 41.44% from 543); Blue value is 98 (38.67% from 255 or 18.05% from 543); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE162 is #231E9D. Grayscale: #D1D1D1. Windows color (decimal): -2301598 or 6480348. OLE color: 6480348.

HSL color Cylindrical-coordinate representation of color #DCE162: hue angle of 62.36º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCE162 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 225 98 -
CMYK 0.02 0 0.56 0.12
HSL 62.36º 0.68% 0.63% -
HSV(B) 62.36º 0.56% 0.88% -
XYZ 58.65 69.95 21.97 -
YUV 209.03 65.34 135.83 -
System Red Green Blue C M Y K H S L
Decimal 220 225 98 0.02 0 0.56 0.12 62.36 0.68 0.63
Hex DC E1 62 2 0 38 C 3E 44 3F
Octal 334 341 142 2 0 70 14 76 104 77
Binary 11011100 11100001 1100010 10 0 111000 1100 111110 1000100 111111

Color Harmonies of #DCE162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE162

Black with #DCE162

Text Example


Text Example

White with #DCE162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE162; }

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

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

background-color css

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

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

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

border-color css

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

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

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