Html Css Color HEX #DCDB7F Goldenrod

📋 copy color: '#DCDB7F'

red 220 ◦ green 219 ◦ blue 127

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

Shades of Goldenrod #DCDB7F

Tints of Goldenrod #DCDB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.44%

R = 38.87%
G = 38.69%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DCDB7F (or 0xDCDB7F) is known color: Goldenrod. HEX triplet: DC, DB and 7F. RGB value is (220,219,127). Sum of RGB (Red+Green+Blue) = 220+219+127=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 127 (50% from 255 or 22.44% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDB7F is #232480. Grayscale: #D1D1D1. Windows color (decimal): -2303105 or 8379356. OLE color: 8379356.

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

Color convert

RGB 220 219 127 -
CMYK 0 0.00 0.42 0.14
HSL 59.35º 0.57% 0.68% -
HSV(B) 59.35º 0.42% 0.86% -
XYZ 58.68 67.41 30 -
YUV 208.81 81.83 135.98 -
System Red Green Blue C M Y K H S L
Decimal 220 219 127 0 0.00 0.42 0.14 59.35 0.57 0.68
Hex DC DB 7F 0 0 2A E 3B 39 44
Octal 334 333 177 0 0 52 16 73 71 104
Binary 11011100 11011011 1111111 0 0 101010 1110 111011 111001 1000100

Color Harmonies of #DCDB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDB7F

Black with #DCDB7F

Text Example


Text Example

White with #DCDB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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