Html Css Color HEX #DBDE71 Goldenrod

📋 copy color: '#DBDE71'

red 219 ◦ green 222 ◦ blue 113

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

Shades of Goldenrod #DBDE71

Tints of Goldenrod #DBDE71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.4%

R = 39.53%
G = 40.07%
B = 20.4%

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

#DBDE71 (or 0xDBDE71) is known color: Goldenrod. HEX triplet: DB, DE and 71. RGB value is (219,222,113). Sum of RGB (Red+Green+Blue) = 219+222+113=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 113 (44.53% from 255 or 20.40% from 554); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDE71 is #24218E. Grayscale: #D1D1D1. Windows color (decimal): -2367887 or 7462619. OLE color: 7462619.

HSL color Cylindrical-coordinate representation of color #DBDE71: hue angle of 61.65º 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 #DBDE71 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 222 113 -
CMYK 0.01 0 0.49 0.13
HSL 61.65º 0.62% 0.66% -
HSV(B) 61.65º 0.49% 0.87% -
XYZ 58.32 68.49 25.77 -
YUV 208.68 74.01 135.36 -
System Red Green Blue C M Y K H S L
Decimal 219 222 113 0.01 0 0.49 0.13 61.65 0.62 0.66
Hex DB DE 71 1 0 31 D 3E 3E 42
Octal 333 336 161 1 0 61 15 76 76 102
Binary 11011011 11011110 1110001 1 0 110001 1101 111110 111110 1000010

Color Harmonies of #DBDE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDE71

Black with #DBDE71

Text Example


Text Example

White with #DBDE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDE71; }

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

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

background-color css

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

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

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

border-color css

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

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

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