Html Css Color HEX #DBDB61 Goldenrod

📋 copy color: '#DBDB61'

red 219 ◦ green 219 ◦ blue 97

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

Shades of Goldenrod #DBDB61

Tints of Goldenrod #DBDB61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.13%

R = 40.93%
G = 40.93%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DBDB61 (or 0xDBDB61) is known color: Goldenrod. HEX triplet: DB, DB and 61. RGB value is (219,219,97). Sum of RGB (Red+Green+Blue) = 219+219+97=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 97 (38.28% from 255 or 18.13% from 535); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDB61 is #24249E. Grayscale: #CDCDCD. Windows color (decimal): -2368671 or 6413275. OLE color: 6413275.

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

Color convert

RGB 219 219 97 -
CMYK 0 0 0.56 0.14
HSL 60º 0.63% 0.62% -
HSV(B) 60º 0.56% 0.86% -
XYZ 56.7 66.59 21.17 -
YUV 205.09 67 137.92 -
System Red Green Blue C M Y K H S L
Decimal 219 219 97 0 0 0.56 0.14 60 0.63 0.62
Hex DB DB 61 0 0 38 E 3C 3F 3E
Octal 333 333 141 0 0 70 16 74 77 76
Binary 11011011 11011011 1100001 0 0 111000 1110 111100 111111 111110

Color Harmonies of #DBDB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDB61

Black with #DBDB61

Text Example


Text Example

White with #DBDB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDB61; }

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

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

background-color css

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

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

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

border-color css

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

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

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