Html Css Color HEX #DCDB6A Goldenrod

📋 copy color: '#DCDB6A'

red 220 ◦ green 219 ◦ blue 106

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

Shades of Goldenrod #DCDB6A

Tints of Goldenrod #DCDB6A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.18%

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

R = 40.37%
G = 40.18%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DCDB6A (or 0xDCDB6A) is known color: Goldenrod. HEX triplet: DC, DB and 6A. RGB value is (220,219,106). Sum of RGB (Red+Green+Blue) = 220+219+106=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 106 (41.80% from 255 or 19.45% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDB6A is #232495. Grayscale: #CECECE. Windows color (decimal): -2303126 or 7003100. OLE color: 7003100.

HSL color Cylindrical-coordinate representation of color #DCDB6A: hue angle of 59.47º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCDB6A is Cyan = 0, Magento = 0.00, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 219 106 -
CMYK 0 0.00 0.52 0.14
HSL 59.47º 0.62% 0.64% -
HSV(B) 59.47º 0.52% 0.86% -
XYZ 57.45 66.92 23.52 -
YUV 206.42 71.33 137.69 -
System Red Green Blue C M Y K H S L
Decimal 220 219 106 0 0.00 0.52 0.14 59.47 0.62 0.64
Hex DC DB 6A 0 0 34 E 3B 3E 40
Octal 334 333 152 0 0 64 16 73 76 100
Binary 11011100 11011011 1101010 0 0 110100 1110 111011 111110 1000000

Color Harmonies of #DCDB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDB6A

Black with #DCDB6A

Text Example


Text Example

White with #DCDB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDB6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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