Html Css Color HEX #CBB041 Old Gold

📋 copy color: '#CBB041'

red 203 ◦ green 176 ◦ blue 65

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

Shades of Old Gold #CBB041

Tints of Old Gold #CBB041

RGB

 RED value IS 203 (79.69% from 255) = 45.72%

 GREEN value IS 176 (69.14% from 255) = 39.64%

 BLUE value IS 65 (25.78% from 255) = 14.64%

R = 45.72%
G = 39.64%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CBB041 (or 0xCBB041) is known color: Old Gold. HEX triplet: CB, B0 and 41. RGB value is (203,176,65). Sum of RGB (Red+Green+Blue) = 203+176+65=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 65 (25.78% from 255 or 14.64% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB041 is #344FBE. Grayscale: #ABABAB. Windows color (decimal): -3428287 or 4305099. OLE color: 4305099.

HSL color Cylindrical-coordinate representation of color #CBB041: hue angle of 48.26º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBB041 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 176 65 -
CMYK 0 0.13 0.68 0.20
HSL 48.26º 0.57% 0.53% -
HSV(B) 48.26º 0.68% 0.8% -
XYZ 41.11 44.13 11.35 -
YUV 171.42 67.95 150.53 -
System Red Green Blue C M Y K H S L
Decimal 203 176 65 0 0.13 0.68 0.20 48.26 0.57 0.53
Hex CB B0 41 0 D 44 14 30 39 35
Octal 313 260 101 0 15 104 24 60 71 65
Binary 11001011 10110000 1000001 0 1101 1000100 10100 110000 111001 110101

Color Harmonies of #CBB041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB041

Black with #CBB041

Text Example


Text Example

White with #CBB041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB041; }

 p { color: rgb(203,176,65); }

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

background-color css

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

 a { background-color: rgb(203,176,65); }

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

border-color css

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

 span { border-color: rgb(203,176,65); }

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