Html Css Color HEX #DCE17A Goldenrod

📋 copy color: '#DCE17A'

red 220 ◦ green 225 ◦ blue 122

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

Shades of Goldenrod #DCE17A

Tints of Goldenrod #DCE17A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.52%

R = 38.8%
G = 39.68%
B = 21.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#DCE17A (or 0xDCE17A) is known color: Goldenrod. HEX triplet: DC, E1 and 7A. RGB value is (220,225,122). Sum of RGB (Red+Green+Blue) = 220+225+122=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 225 (88.28% from 255 or 39.68% from 567); Blue value is 122 (48.05% from 255 or 21.52% from 567); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE17A is #231E85. Grayscale: #D4D4D4. Windows color (decimal): -2301574 or 8053212. OLE color: 8053212.

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

Color convert

RGB 220 225 122 -
CMYK 0.02 0 0.46 0.12
HSL 62.91º 0.63% 0.68% -
HSV(B) 62.91º 0.46% 0.88% -
XYZ 59.95 70.47 28.85 -
YUV 211.76 77.34 133.88 -
System Red Green Blue C M Y K H S L
Decimal 220 225 122 0.02 0 0.46 0.12 62.91 0.63 0.68
Hex DC E1 7A 2 0 2E C 3F 3F 44
Octal 334 341 172 2 0 56 14 77 77 104
Binary 11011100 11100001 1111010 10 0 101110 1100 111111 111111 1000100

Color Harmonies of #DCE17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE17A

Black with #DCE17A

Text Example


Text Example

White with #DCE17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE17A; }

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

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

background-color css

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

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

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

border-color css

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

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

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