Html Css Color HEX #DBDB7D Goldenrod

📋 copy color: '#DBDB7D'

red 219 ◦ green 219 ◦ blue 125

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

Shades of Goldenrod #DBDB7D

Tints of Goldenrod #DBDB7D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.9%

 BLUE value IS 125 (49.22% from 255) = 22.2%

R = 38.9%
G = 38.9%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DBDB7D (or 0xDBDB7D) is known color: Goldenrod. HEX triplet: DB, DB and 7D. RGB value is (219,219,125). Sum of RGB (Red+Green+Blue) = 219+219+125=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 125 (49.22% from 255 or 22.20% from 563); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDB7D is #242482. Grayscale: #D0D0D0. Windows color (decimal): -2368643 or 8248283. OLE color: 8248283.

HSL color Cylindrical-coordinate representation of color #DBDB7D: hue angle of 60º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBDB7D is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 219 125 -
CMYK 0 0 0.43 0.14
HSL 60º 0.57% 0.67% -
HSV(B) 60º 0.43% 0.86% -
XYZ 58.25 67.2 29.3 -
YUV 208.28 81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 219 219 125 0 0 0.43 0.14 60 0.57 0.67
Hex DB DB 7D 0 0 2B E 3C 39 43
Octal 333 333 175 0 0 53 16 74 71 103
Binary 11011011 11011011 1111101 0 0 101011 1110 111100 111001 1000011

Color Harmonies of #DBDB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDB7D

Black with #DBDB7D

Text Example


Text Example

White with #DBDB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDB7D; }

 p { color: rgb(219,219,125); }

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

background-color css

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

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

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

border-color css

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

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

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