Html Css Color HEX #D3BB42 Old Gold

📋 copy color: '#D3BB42'

red 211 ◦ green 187 ◦ blue 66

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

Shades of Old Gold #D3BB42

Tints of Old Gold #D3BB42

RGB

 RED value IS 211 (82.81% from 255) = 45.47%

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

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

R = 45.47%
G = 40.3%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D3BB42 (or 0xD3BB42) is known color: Old Gold. HEX triplet: D3, BB and 42. RGB value is (211,187,66). Sum of RGB (Red+Green+Blue) = 211+187+66=464 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.47% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 66 (26.17% from 255 or 14.22% from 464); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3BB42 is #2C44BD. Grayscale: #B4B4B4. Windows color (decimal): -2901182 or 4373459. OLE color: 4373459.

HSL color Cylindrical-coordinate representation of color #D3BB42: hue angle of 50.07º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D3BB42 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 187 66 -
CMYK 0 0.11 0.69 0.17
HSL 50.07º 0.62% 0.54% -
HSV(B) 50.07º 0.69% 0.83% -
XYZ 45.62 49.78 12.36 -
YUV 180.38 63.45 149.84 -
System Red Green Blue C M Y K H S L
Decimal 211 187 66 0 0.11 0.69 0.17 50.07 0.62 0.54
Hex D3 BB 42 0 B 45 11 32 3E 36
Octal 323 273 102 0 13 105 21 62 76 66
Binary 11010011 10111011 1000010 0 1011 1000101 10001 110010 111110 110110

Color Harmonies of #D3BB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BB42

Black with #D3BB42

Text Example


Text Example

White with #D3BB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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