Html Css Color HEX #DBDA7F Goldenrod

📋 copy color: '#DBDA7F'

red 219 ◦ green 218 ◦ blue 127

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

Shades of Goldenrod #DBDA7F

Tints of Goldenrod #DBDA7F

RGB

 RED value IS 219 (85.94% from 255) = 38.83%

 GREEN value IS 218 (85.55% from 255) = 38.65%

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

R = 38.83%
G = 38.65%
B = 22.52%

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

#DBDA7F (or 0xDBDA7F) is known color: Goldenrod. HEX triplet: DB, DA and 7F. RGB value is (219,218,127). Sum of RGB (Red+Green+Blue) = 219+218+127=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 218 (85.55% from 255 or 38.65% from 564); Blue value is 127 (50% from 255 or 22.52% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDA7F is #242580. Grayscale: #D0D0D0. Windows color (decimal): -2368897 or 8379099. OLE color: 8379099.

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

Color convert

RGB 219 218 127 -
CMYK 0 0.00 0.42 0.14
HSL 59.35º 0.56% 0.68% -
HSV(B) 59.35º 0.42% 0.86% -
XYZ 58.12 66.74 29.9 -
YUV 207.93 82.33 135.9 -
System Red Green Blue C M Y K H S L
Decimal 219 218 127 0 0.00 0.42 0.14 59.35 0.56 0.68
Hex DB DA 7F 0 0 2A E 3B 38 44
Octal 333 332 177 0 0 52 16 73 70 104
Binary 11011011 11011010 1111111 0 0 101010 1110 111011 111000 1000100

Color Harmonies of #DBDA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA7F

Black with #DBDA7F

Text Example


Text Example

White with #DBDA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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