Html Css Color HEX #CBB335 Old Gold

📋 copy color: '#CBB335'

red 203 ◦ green 179 ◦ blue 53

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

Shades of Old Gold #CBB335

Tints of Old Gold #CBB335

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.15%

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

R = 46.67%
G = 41.15%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CBB335 (or 0xCBB335) is known color: Old Gold. HEX triplet: CB, B3 and 35. RGB value is (203,179,53). Sum of RGB (Red+Green+Blue) = 203+179+53=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 53 (21.09% from 255 or 12.18% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB335 is #344CCA. Grayscale: #ACACAC. Windows color (decimal): -3427531 or 3519435. OLE color: 3519435.

HSL color Cylindrical-coordinate representation of color #CBB335: hue angle of 50.4º 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 #CBB335 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 179 53 -
CMYK 0 0.12 0.74 0.20
HSL 50.4º 0.59% 0.5% -
HSV(B) 50.4º 0.74% 0.8% -
XYZ 41.39 45.19 9.91 -
YUV 171.81 60.95 150.25 -
System Red Green Blue C M Y K H S L
Decimal 203 179 53 0 0.12 0.74 0.20 50.4 0.59 0.5
Hex CB B3 35 0 C 4A 14 32 3B 32
Octal 313 263 65 0 14 112 24 62 73 62
Binary 11001011 10110011 110101 0 1100 1001010 10100 110010 111011 110010

Color Harmonies of #CBB335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB335

Black with #CBB335

Text Example


Text Example

White with #CBB335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB335; }

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

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

background-color css

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

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

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

border-color css

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

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

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