Html Css Color HEX #DBDD72 Goldenrod

📋 copy color: '#DBDD72'

red 219 ◦ green 221 ◦ blue 114

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

Shades of Goldenrod #DBDD72

Tints of Goldenrod #DBDD72

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.89%

 BLUE value IS 114 (44.92% from 255) = 20.58%

R = 39.53%
G = 39.89%
B = 20.58%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DBDD72 (or 0xDBDD72) is known color: Goldenrod. HEX triplet: DB, DD and 72. RGB value is (219,221,114). Sum of RGB (Red+Green+Blue) = 219+221+114=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 114 (44.92% from 255 or 20.58% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDD72 is #24228D. Grayscale: #D0D0D0. Windows color (decimal): -2368142 or 7527899. OLE color: 7527899.

HSL color Cylindrical-coordinate representation of color #DBDD72: hue angle of 61.12º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBDD72 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 221 114 -
CMYK 0.01 0 0.48 0.13
HSL 61.12º 0.61% 0.66% -
HSV(B) 61.12º 0.48% 0.87% -
XYZ 58.11 67.99 25.98 -
YUV 208.2 74.84 135.7 -
System Red Green Blue C M Y K H S L
Decimal 219 221 114 0.01 0 0.48 0.13 61.12 0.61 0.66
Hex DB DD 72 1 0 30 D 3D 3D 42
Octal 333 335 162 1 0 60 15 75 75 102
Binary 11011011 11011101 1110010 1 0 110000 1101 111101 111101 1000010

Color Harmonies of #DBDD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDD72

Black with #DBDD72

Text Example


Text Example

White with #DBDD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDD72; }

 p { color: rgb(219,221,114); }

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

background-color css

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

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

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

border-color css

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

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

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