Html Css Color HEX #DBDD70 Goldenrod

📋 copy color: '#DBDD70'

red 219 ◦ green 221 ◦ blue 112

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

Shades of Goldenrod #DBDD70

Tints of Goldenrod #DBDD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.29%

R = 39.67%
G = 40.04%
B = 20.29%

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

#DBDD70 (or 0xDBDD70) is known color: Goldenrod. HEX triplet: DB, DD and 70. RGB value is (219,221,112). Sum of RGB (Red+Green+Blue) = 219+221+112=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 112 (44.14% from 255 or 20.29% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDD70 is #24228F. Grayscale: #D0D0D0. Windows color (decimal): -2368144 or 7396827. OLE color: 7396827.

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

Color convert

RGB 219 221 112 -
CMYK 0.01 0 0.49 0.13
HSL 61.1º 0.62% 0.65% -
HSV(B) 61.1º 0.49% 0.87% -
XYZ 57.99 67.94 25.39 -
YUV 207.98 73.84 135.86 -
System Red Green Blue C M Y K H S L
Decimal 219 221 112 0.01 0 0.49 0.13 61.1 0.62 0.65
Hex DB DD 70 1 0 31 D 3D 3E 41
Octal 333 335 160 1 0 61 15 75 76 101
Binary 11011011 11011101 1110000 1 0 110001 1101 111101 111110 1000001

Color Harmonies of #DBDD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDD70

Black with #DBDD70

Text Example


Text Example

White with #DBDD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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