Html Css Color HEX #CBBA2B Old Gold

📋 copy color: '#CBBA2B'

red 203 ◦ green 186 ◦ blue 43

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

Shades of Old Gold #CBBA2B

Tints of Old Gold #CBBA2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.95%

R = 46.99%
G = 43.06%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CBBA2B (or 0xCBBA2B) is known color: Old Gold. HEX triplet: CB, BA and 2B. RGB value is (203,186,43). Sum of RGB (Red+Green+Blue) = 203+186+43=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 43 (17.19% from 255 or 9.95% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBA2B is #3445D4. Grayscale: #AFAFAF. Windows color (decimal): -3425749 or 2865867. OLE color: 2865867.

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

Color convert

RGB 203 186 43 -
CMYK 0 0.08 0.79 0.20
HSL 53.63º 0.65% 0.48% -
HSV(B) 53.63º 0.79% 0.8% -
XYZ 42.62 47.99 9.3 -
YUV 174.78 53.63 148.13 -
System Red Green Blue C M Y K H S L
Decimal 203 186 43 0 0.08 0.79 0.20 53.63 0.65 0.48
Hex CB BA 2B 0 8 4F 14 36 41 30
Octal 313 272 53 0 10 117 24 66 101 60
Binary 11001011 10111010 101011 0 1000 1001111 10100 110110 1000001 110000

Color Harmonies of #CBBA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBA2B

Black with #CBBA2B

Text Example


Text Example

White with #CBBA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBA2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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