Html Css Color HEX #DBDB7A Goldenrod

📋 copy color: '#DBDB7A'

red 219 ◦ green 219 ◦ blue 122

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

Shades of Goldenrod #DBDB7A

Tints of Goldenrod #DBDB7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.79%

R = 39.11%
G = 39.11%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DBDB7A (or 0xDBDB7A) is known color: Goldenrod. HEX triplet: DB, DB and 7A. RGB value is (219,219,122). Sum of RGB (Red+Green+Blue) = 219+219+122=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 122 (48.05% from 255 or 21.79% from 560); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDB7A is #242485. Grayscale: #D0D0D0. Windows color (decimal): -2368646 or 8051675. OLE color: 8051675.

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

Color convert

RGB 219 219 122 -
CMYK 0 0 0.44 0.14
HSL 60º 0.57% 0.67% -
HSV(B) 60º 0.44% 0.86% -
XYZ 58.06 67.13 28.31 -
YUV 207.94 79.5 135.89 -
System Red Green Blue C M Y K H S L
Decimal 219 219 122 0 0 0.44 0.14 60 0.57 0.67
Hex DB DB 7A 0 0 2C E 3C 39 43
Octal 333 333 172 0 0 54 16 74 71 103
Binary 11011011 11011011 1111010 0 0 101100 1110 111100 111001 1000011

Color Harmonies of #DBDB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDB7A

Black with #DBDB7A

Text Example


Text Example

White with #DBDB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDB7A; }

 p { color: rgb(219,219,122); }

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

background-color css

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

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

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

border-color css

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

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

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