Html Css Color HEX #DCDE6A Goldenrod

📋 copy color: '#DCDE6A'

red 220 ◦ green 222 ◦ blue 106

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

Shades of Goldenrod #DCDE6A

Tints of Goldenrod #DCDE6A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.51%

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

R = 40.15%
G = 40.51%
B = 19.34%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DCDE6A (or 0xDCDE6A) is known color: Goldenrod. HEX triplet: DC, DE and 6A. RGB value is (220,222,106). Sum of RGB (Red+Green+Blue) = 220+222+106=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 222 (87.11% from 255 or 40.51% from 548); Blue value is 106 (41.80% from 255 or 19.34% from 548); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDE6A is #232195. Grayscale: #D0D0D0. Windows color (decimal): -2302358 or 7003868. OLE color: 7003868.

HSL color Cylindrical-coordinate representation of color #DCDE6A: hue angle of 61.03º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCDE6A is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 222 106 -
CMYK 0.01 0 0.52 0.13
HSL 61.03º 0.64% 0.64% -
HSV(B) 61.03º 0.52% 0.87% -
XYZ 58.24 68.5 23.79 -
YUV 208.18 70.34 136.43 -
System Red Green Blue C M Y K H S L
Decimal 220 222 106 0.01 0 0.52 0.13 61.03 0.64 0.64
Hex DC DE 6A 1 0 34 D 3D 40 40
Octal 334 336 152 1 0 64 15 75 100 100
Binary 11011100 11011110 1101010 1 0 110100 1101 111101 1000000 1000000

Color Harmonies of #DCDE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDE6A

Black with #DCDE6A

Text Example


Text Example

White with #DCDE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDE6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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