Html Css Color HEX #DBDD7E Goldenrod

📋 copy color: '#DBDD7E'

red 219 ◦ green 221 ◦ blue 126

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

Shades of Goldenrod #DBDD7E

Tints of Goldenrod #DBDD7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.26%

R = 38.69%
G = 39.05%
B = 22.26%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DBDD7E (or 0xDBDD7E) is known color: Goldenrod. HEX triplet: DB, DD and 7E. RGB value is (219,221,126). Sum of RGB (Red+Green+Blue) = 219+221+126=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 126 (49.61% from 255 or 22.26% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDD7E is #242281. Grayscale: #D1D1D1. Windows color (decimal): -2368130 or 8314331. OLE color: 8314331.

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

Color convert

RGB 219 221 126 -
CMYK 0.01 0 0.43 0.13
HSL 61.26º 0.58% 0.68% -
HSV(B) 61.26º 0.43% 0.87% -
XYZ 58.84 68.28 29.82 -
YUV 209.57 80.84 134.72 -
System Red Green Blue C M Y K H S L
Decimal 219 221 126 0.01 0 0.43 0.13 61.26 0.58 0.68
Hex DB DD 7E 1 0 2B D 3D 3A 44
Octal 333 335 176 1 0 53 15 75 72 104
Binary 11011011 11011101 1111110 1 0 101011 1101 111101 111010 1000100

Color Harmonies of #DBDD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDD7E

Black with #DBDD7E

Text Example


Text Example

White with #DBDD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDD7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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