Html Css Color HEX #DCDB69 Goldenrod

📋 copy color: '#DCDB69'

red 220 ◦ green 219 ◦ blue 105

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

Shades of Goldenrod #DCDB69

Tints of Goldenrod #DCDB69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.3%

R = 40.44%
G = 40.26%
B = 19.3%

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

#DCDB69 (or 0xDCDB69) is known color: Goldenrod. HEX triplet: DC, DB and 69. RGB value is (220,219,105). Sum of RGB (Red+Green+Blue) = 220+219+105=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 105 (41.41% from 255 or 19.30% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDB69 is #232496. Grayscale: #CECECE. Windows color (decimal): -2303127 or 6937564. OLE color: 6937564.

HSL color Cylindrical-coordinate representation of color #DCDB69: hue angle of 59.48º 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 #DCDB69 is Cyan = 0, Magento = 0.00, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 219 105 -
CMYK 0 0.00 0.52 0.14
HSL 59.48º 0.62% 0.64% -
HSV(B) 59.48º 0.52% 0.86% -
XYZ 57.4 66.9 23.25 -
YUV 206.3 70.83 137.77 -
System Red Green Blue C M Y K H S L
Decimal 220 219 105 0 0.00 0.52 0.14 59.48 0.62 0.64
Hex DC DB 69 0 0 34 E 3B 3E 40
Octal 334 333 151 0 0 64 16 73 76 100
Binary 11011100 11011011 1101001 0 0 110100 1110 111011 111110 1000000

Color Harmonies of #DCDB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDB69

Black with #DCDB69

Text Example


Text Example

White with #DCDB69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDB69; }

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

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

background-color css

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

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

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

border-color css

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

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

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