Html Css Color HEX #DBDB6D Goldenrod

📋 copy color: '#DBDB6D'

red 219 ◦ green 219 ◦ blue 109

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

Shades of Goldenrod #DBDB6D

Tints of Goldenrod #DBDB6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.93%

R = 40.04%
G = 40.04%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DBDB6D (or 0xDBDB6D) is known color: Goldenrod. HEX triplet: DB, DB and 6D. RGB value is (219,219,109). Sum of RGB (Red+Green+Blue) = 219+219+109=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 109 (42.97% from 255 or 19.93% from 547); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDB6D is #242492. Grayscale: #CECECE. Windows color (decimal): -2368659 or 7199707. OLE color: 7199707.

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

Color convert

RGB 219 219 109 -
CMYK 0 0 0.50 0.14
HSL 60º 0.6% 0.64% -
HSV(B) 60º 0.5% 0.86% -
XYZ 57.31 66.83 24.35 -
YUV 206.46 73 136.94 -
System Red Green Blue C M Y K H S L
Decimal 219 219 109 0 0 0.50 0.14 60 0.6 0.64
Hex DB DB 6D 0 0 32 E 3C 3C 40
Octal 333 333 155 0 0 62 16 74 74 100
Binary 11011011 11011011 1101101 0 0 110010 1110 111100 111100 1000000

Color Harmonies of #DBDB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDB6D

Black with #DBDB6D

Text Example


Text Example

White with #DBDB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDB6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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