Html Css Color HEX #CBBA4A Old Gold

📋 copy color: '#CBBA4A'

red 203 ◦ green 186 ◦ blue 74

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

Shades of Old Gold #CBBA4A

Tints of Old Gold #CBBA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.98%

R = 43.84%
G = 40.17%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CBBA4A (or 0xCBBA4A) is known color: Old Gold. HEX triplet: CB, BA and 4A. RGB value is (203,186,74). Sum of RGB (Red+Green+Blue) = 203+186+74=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBA4A is #3445B5. Grayscale: #B2B2B2. Windows color (decimal): -3425718 or 4897483. OLE color: 4897483.

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

Color convert

RGB 203 186 74 -
CMYK 0 0.08 0.64 0.20
HSL 52.09º 0.55% 0.54% -
HSV(B) 52.09º 0.64% 0.8% -
XYZ 43.42 48.31 13.51 -
YUV 178.32 69.13 145.61 -
System Red Green Blue C M Y K H S L
Decimal 203 186 74 0 0.08 0.64 0.20 52.09 0.55 0.54
Hex CB BA 4A 0 8 40 14 34 37 36
Octal 313 272 112 0 10 100 24 64 67 66
Binary 11001011 10111010 1001010 0 1000 1000000 10100 110100 110111 110110

Color Harmonies of #CBBA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBA4A

Black with #CBBA4A

Text Example


Text Example

White with #CBBA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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