Html Css Color HEX #DCE06A Goldenrod

📋 copy color: '#DCE06A'

red 220 ◦ green 224 ◦ blue 106

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

Shades of Goldenrod #DCE06A

Tints of Goldenrod #DCE06A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.73%

 BLUE value IS 106 (41.8% from 255) = 19.27%

R = 40%
G = 40.73%
B = 19.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#DCE06A (or 0xDCE06A) is known color: Goldenrod. HEX triplet: DC, E0 and 6A. RGB value is (220,224,106). Sum of RGB (Red+Green+Blue) = 220+224+106=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 224 (87.89% from 255 or 40.73% from 550); Blue value is 106 (41.80% from 255 or 19.27% from 550); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE06A is #231F95. Grayscale: #D1D1D1. Windows color (decimal): -2301846 or 7004380. OLE color: 7004380.

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

Color convert

RGB 220 224 106 -
CMYK 0.02 0 0.53 0.12
HSL 62.03º 0.66% 0.65% -
HSV(B) 62.03º 0.53% 0.88% -
XYZ 58.77 69.57 23.97 -
YUV 209.35 69.67 135.59 -
System Red Green Blue C M Y K H S L
Decimal 220 224 106 0.02 0 0.53 0.12 62.03 0.66 0.65
Hex DC E0 6A 2 0 35 C 3E 42 41
Octal 334 340 152 2 0 65 14 76 102 101
Binary 11011100 11100000 1101010 10 0 110101 1100 111110 1000010 1000001

Color Harmonies of #DCE06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE06A

Black with #DCE06A

Text Example


Text Example

White with #DCE06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE06A; }

 p { color: rgb(220,224,106); }

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

background-color css

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

 a { background-color: rgb(220,224,106); }

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

border-color css

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

 span { border-color: rgb(220,224,106); }

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