Html Css Color HEX #CBB835 Old Gold

📋 copy color: '#CBB835'

red 203 ◦ green 184 ◦ blue 53

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

Shades of Old Gold #CBB835

Tints of Old Gold #CBB835

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.82%

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

R = 46.14%
G = 41.82%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CBB835 (or 0xCBB835) is known color: Old Gold. HEX triplet: CB, B8 and 35. RGB value is (203,184,53). Sum of RGB (Red+Green+Blue) = 203+184+53=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 53 (21.09% from 255 or 12.05% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB835 is #3447CA. Grayscale: #AFAFAF. Windows color (decimal): -3426251 or 3520715. OLE color: 3520715.

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

Color convert

RGB 203 184 53 -
CMYK 0 0.09 0.74 0.20
HSL 52.4º 0.59% 0.5% -
HSV(B) 52.4º 0.74% 0.8% -
XYZ 42.41 47.23 10.25 -
YUV 174.75 59.29 148.15 -
System Red Green Blue C M Y K H S L
Decimal 203 184 53 0 0.09 0.74 0.20 52.4 0.59 0.5
Hex CB B8 35 0 9 4A 14 34 3B 32
Octal 313 270 65 0 11 112 24 64 73 62
Binary 11001011 10111000 110101 0 1001 1001010 10100 110100 111011 110010

Color Harmonies of #CBB835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB835

Black with #CBB835

Text Example


Text Example

White with #CBB835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB835; }

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

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

background-color css

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

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

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

border-color css

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

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

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