Html Css Color HEX #DBDB62 Goldenrod

📋 copy color: '#DBDB62'

red 219 ◦ green 219 ◦ blue 98

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

Shades of Goldenrod #DBDB62

Tints of Goldenrod #DBDB62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.28%

R = 40.86%
G = 40.86%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DBDB62 (or 0xDBDB62) is known color: Goldenrod. HEX triplet: DB, DB and 62. RGB value is (219,219,98). Sum of RGB (Red+Green+Blue) = 219+219+98=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 98 (38.67% from 255 or 18.28% from 536); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDB62 is #24249D. Grayscale: #CDCDCD. Windows color (decimal): -2368670 or 6478811. OLE color: 6478811.

HSL color Cylindrical-coordinate representation of color #DBDB62: 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.55%. Process color model (Four color, CMYK) of #DBDB62 is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 219 98 -
CMYK 0 0 0.55 0.14
HSL 60º 0.63% 0.62% -
HSV(B) 60º 0.55% 0.86% -
XYZ 56.75 66.6 21.42 -
YUV 205.21 67.5 137.84 -
System Red Green Blue C M Y K H S L
Decimal 219 219 98 0 0 0.55 0.14 60 0.63 0.62
Hex DB DB 62 0 0 37 E 3C 3F 3E
Octal 333 333 142 0 0 67 16 74 77 76
Binary 11011011 11011011 1100010 0 0 110111 1110 111100 111111 111110

Color Harmonies of #DBDB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDB62

Black with #DBDB62

Text Example


Text Example

White with #DBDB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDB62; }

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

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

background-color css

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

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

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

border-color css

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

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

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