Html Css Color HEX #CBBA3E Old Gold

📋 copy color: '#CBBA3E'

red 203 ◦ green 186 ◦ blue 62

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

Shades of Old Gold #CBBA3E

Tints of Old Gold #CBBA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.75%

R = 45.01%
G = 41.24%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CBBA3E (or 0xCBBA3E) is known color: Old Gold. HEX triplet: CB, BA and 3E. RGB value is (203,186,62). Sum of RGB (Red+Green+Blue) = 203+186+62=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 62 (24.61% from 255 or 13.75% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBA3E is #3445C1. Grayscale: #B1B1B1. Windows color (decimal): -3425730 or 4111051. OLE color: 4111051.

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

Color convert

RGB 203 186 62 -
CMYK 0 0.08 0.69 0.20
HSL 52.77º 0.58% 0.52% -
HSV(B) 52.77º 0.69% 0.8% -
XYZ 43.06 48.16 11.58 -
YUV 176.95 63.13 146.58 -
System Red Green Blue C M Y K H S L
Decimal 203 186 62 0 0.08 0.69 0.20 52.77 0.58 0.52
Hex CB BA 3E 0 8 45 14 35 3A 34
Octal 313 272 76 0 10 105 24 65 72 64
Binary 11001011 10111010 111110 0 1000 1000101 10100 110101 111010 110100

Color Harmonies of #CBBA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBA3E

Black with #CBBA3E

Text Example


Text Example

White with #CBBA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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