Html Css Color HEX #DBDD75 Goldenrod

📋 copy color: '#DBDD75'

red 219 ◦ green 221 ◦ blue 117

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

Shades of Goldenrod #DBDD75

Tints of Goldenrod #DBDD75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.01%

R = 39.32%
G = 39.68%
B = 21.01%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DBDD75 (or 0xDBDD75) is known color: Goldenrod. HEX triplet: DB, DD and 75. RGB value is (219,221,117). Sum of RGB (Red+Green+Blue) = 219+221+117=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 117 (46.09% from 255 or 21.01% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDD75 is #24228A. Grayscale: #D0D0D0. Windows color (decimal): -2368139 or 7724507. OLE color: 7724507.

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

Color convert

RGB 219 221 117 -
CMYK 0.01 0 0.47 0.13
HSL 61.15º 0.6% 0.66% -
HSV(B) 61.15º 0.47% 0.87% -
XYZ 58.28 68.06 26.89 -
YUV 208.55 76.34 135.46 -
System Red Green Blue C M Y K H S L
Decimal 219 221 117 0.01 0 0.47 0.13 61.15 0.6 0.66
Hex DB DD 75 1 0 2F D 3D 3C 42
Octal 333 335 165 1 0 57 15 75 74 102
Binary 11011011 11011101 1110101 1 0 101111 1101 111101 111100 1000010

Color Harmonies of #DBDD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDD75

Black with #DBDD75

Text Example


Text Example

White with #DBDD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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