Html Css Color HEX #CBB735 Old Gold

📋 copy color: '#CBB735'

red 203 ◦ green 183 ◦ blue 53

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

Shades of Old Gold #CBB735

Tints of Old Gold #CBB735

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.69%

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

R = 46.24%
G = 41.69%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CBB735 (or 0xCBB735) is known color: Old Gold. HEX triplet: CB, B7 and 35. RGB value is (203,183,53). Sum of RGB (Red+Green+Blue) = 203+183+53=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 53 (21.09% from 255 or 12.07% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB735 is #3448CA. Grayscale: #AEAEAE. Windows color (decimal): -3426507 or 3520459. OLE color: 3520459.

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

Color convert

RGB 203 183 53 -
CMYK 0 0.10 0.74 0.20
HSL 52º 0.59% 0.5% -
HSV(B) 52º 0.74% 0.8% -
XYZ 42.2 46.82 10.18 -
YUV 174.16 59.63 148.57 -
System Red Green Blue C M Y K H S L
Decimal 203 183 53 0 0.10 0.74 0.20 52 0.59 0.5
Hex CB B7 35 0 A 4A 14 34 3B 32
Octal 313 267 65 0 12 112 24 64 73 62
Binary 11001011 10110111 110101 0 1010 1001010 10100 110100 111011 110010

Color Harmonies of #CBB735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB735

Black with #CBB735

Text Example


Text Example

White with #CBB735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB735; }

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

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

background-color css

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

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

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

border-color css

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

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

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