Html Css Color HEX #DCDE6B Goldenrod

📋 copy color: '#DCDE6B'

red 220 ◦ green 222 ◦ blue 107

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

Shades of Goldenrod #DCDE6B

Tints of Goldenrod #DCDE6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.49%

R = 40.07%
G = 40.44%
B = 19.49%

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

#DCDE6B (or 0xDCDE6B) is known color: Goldenrod. HEX triplet: DC, DE and 6B. RGB value is (220,222,107). Sum of RGB (Red+Green+Blue) = 220+222+107=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 107 (42.19% from 255 or 19.49% from 549); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDE6B is #232194. Grayscale: #D0D0D0. Windows color (decimal): -2302357 or 7069404. OLE color: 7069404.

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

Color convert

RGB 220 222 107 -
CMYK 0.01 0 0.52 0.13
HSL 61.04º 0.64% 0.65% -
HSV(B) 61.04º 0.52% 0.87% -
XYZ 58.29 68.52 24.06 -
YUV 208.29 70.84 136.35 -
System Red Green Blue C M Y K H S L
Decimal 220 222 107 0.01 0 0.52 0.13 61.04 0.64 0.65
Hex DC DE 6B 1 0 34 D 3D 40 41
Octal 334 336 153 1 0 64 15 75 100 101
Binary 11011100 11011110 1101011 1 0 110100 1101 111101 1000000 1000001

Color Harmonies of #DCDE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDE6B

Black with #DCDE6B

Text Example


Text Example

White with #DCDE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDE6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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