Html Css Color HEX #CBBA45 Old Gold

📋 copy color: '#CBBA45'

red 203 ◦ green 186 ◦ blue 69

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

Shades of Old Gold #CBBA45

Tints of Old Gold #CBBA45

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.61%

 BLUE value IS 69 (27.34% from 255) = 15.07%

R = 44.32%
G = 40.61%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CBBA45 (or 0xCBBA45) is known color: Old Gold. HEX triplet: CB, BA and 45. RGB value is (203,186,69). Sum of RGB (Red+Green+Blue) = 203+186+69=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 69 (27.34% from 255 or 15.07% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBA45 is #3445BA. Grayscale: #B2B2B2. Windows color (decimal): -3425723 or 4569803. OLE color: 4569803.

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

Color convert

RGB 203 186 69 -
CMYK 0 0.08 0.66 0.20
HSL 52.39º 0.56% 0.53% -
HSV(B) 52.39º 0.66% 0.8% -
XYZ 43.26 48.24 12.66 -
YUV 177.75 66.63 146.01 -
System Red Green Blue C M Y K H S L
Decimal 203 186 69 0 0.08 0.66 0.20 52.39 0.56 0.53
Hex CB BA 45 0 8 42 14 34 38 35
Octal 313 272 105 0 10 102 24 64 70 65
Binary 11001011 10111010 1000101 0 1000 1000010 10100 110100 111000 110101

Color Harmonies of #CBBA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBA45

Black with #CBBA45

Text Example


Text Example

White with #CBBA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBA45; }

 p { color: rgb(203,186,69); }

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

background-color css

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

 a { background-color: rgb(203,186,69); }

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

border-color css

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

 span { border-color: rgb(203,186,69); }

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