Html Css Color HEX #CBB035 Old Gold

📋 copy color: '#CBB035'

red 203 ◦ green 176 ◦ blue 53

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

Shades of Old Gold #CBB035

Tints of Old Gold #CBB035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.27%

R = 46.99%
G = 40.74%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CBB035 (or 0xCBB035) is known color: Old Gold. HEX triplet: CB, B0 and 35. RGB value is (203,176,53). Sum of RGB (Red+Green+Blue) = 203+176+53=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 53 (21.09% from 255 or 12.27% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB035 is #344FCA. Grayscale: #AAAAAA. Windows color (decimal): -3428299 or 3518667. OLE color: 3518667.

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

Color convert

RGB 203 176 53 -
CMYK 0 0.13 0.74 0.20
HSL 49.2º 0.59% 0.5% -
HSV(B) 49.2º 0.74% 0.8% -
XYZ 40.8 44 9.71 -
YUV 170.05 61.95 151.5 -
System Red Green Blue C M Y K H S L
Decimal 203 176 53 0 0.13 0.74 0.20 49.2 0.59 0.5
Hex CB B0 35 0 D 4A 14 31 3B 32
Octal 313 260 65 0 15 112 24 61 73 62
Binary 11001011 10110000 110101 0 1101 1001010 10100 110001 111011 110010

Color Harmonies of #CBB035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB035

Black with #CBB035

Text Example


Text Example

White with #CBB035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB035; }

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

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

background-color css

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

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

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

border-color css

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

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

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