Html Css Color HEX #DBDE72 Goldenrod

📋 copy color: '#DBDE72'

red 219 ◦ green 222 ◦ blue 114

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

Shades of Goldenrod #DBDE72

Tints of Goldenrod #DBDE72

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40%

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

R = 39.46%
G = 40%
B = 20.54%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DBDE72 (or 0xDBDE72) is known color: Goldenrod. HEX triplet: DB, DE and 72. RGB value is (219,222,114). Sum of RGB (Red+Green+Blue) = 219+222+114=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 114 (44.92% from 255 or 20.54% from 555); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDE72 is #24218D. Grayscale: #D1D1D1. Windows color (decimal): -2367886 or 7528155. OLE color: 7528155.

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

Color convert

RGB 219 222 114 -
CMYK 0.01 0 0.49 0.13
HSL 61.67º 0.62% 0.66% -
HSV(B) 61.67º 0.49% 0.87% -
XYZ 58.37 68.52 26.07 -
YUV 208.79 74.51 135.28 -
System Red Green Blue C M Y K H S L
Decimal 219 222 114 0.01 0 0.49 0.13 61.67 0.62 0.66
Hex DB DE 72 1 0 31 D 3E 3E 42
Octal 333 336 162 1 0 61 15 76 76 102
Binary 11011011 11011110 1110010 1 0 110001 1101 111110 111110 1000010

Color Harmonies of #DBDE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDE72

Black with #DBDE72

Text Example


Text Example

White with #DBDE72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDE72; }

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

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

background-color css

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

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

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

border-color css

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

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

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