Html Css Color HEX #DBBB42 Old Gold

📋 copy color: '#DBBB42'

red 219 ◦ green 187 ◦ blue 66

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

Shades of Old Gold #DBBB42

Tints of Old Gold #DBBB42

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.62%

 BLUE value IS 66 (26.17% from 255) = 13.98%

R = 46.4%
G = 39.62%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DBBB42 (or 0xDBBB42) is known color: Old Gold. HEX triplet: DB, BB and 42. RGB value is (219,187,66). Sum of RGB (Red+Green+Blue) = 219+187+66=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 66 (26.17% from 255 or 13.98% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBB42 is #2444BD. Grayscale: #B7B7B7. Windows color (decimal): -2376894 or 4373467. OLE color: 4373467.

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

Color convert

RGB 219 187 66 -
CMYK 0 0.15 0.70 0.14
HSL 47.45º 0.68% 0.56% -
HSV(B) 47.45º 0.7% 0.86% -
XYZ 47.97 50.99 12.47 -
YUV 182.77 62.1 153.84 -
System Red Green Blue C M Y K H S L
Decimal 219 187 66 0 0.15 0.70 0.14 47.45 0.68 0.56
Hex DB BB 42 0 F 46 E 2F 44 38
Octal 333 273 102 0 17 106 16 57 104 70
Binary 11011011 10111011 1000010 0 1111 1000110 1110 101111 1000100 111000

Color Harmonies of #DBBB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBB42

Black with #DBBB42

Text Example


Text Example

White with #DBBB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBB42; }

 p { color: rgb(219,187,66); }

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

background-color css

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

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

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

border-color css

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

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

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