Html Css Color HEX #CBBB2E Old Gold

📋 copy color: '#CBBB2E'

red 203 ◦ green 187 ◦ blue 46

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

Shades of Old Gold #CBBB2E

Tints of Old Gold #CBBB2E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.89%

 BLUE value IS 46 (18.36% from 255) = 10.55%

R = 46.56%
G = 42.89%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CBBB2E (or 0xCBBB2E) is known color: Old Gold. HEX triplet: CB, BB and 2E. RGB value is (203,187,46). Sum of RGB (Red+Green+Blue) = 203+187+46=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 46 (18.36% from 255 or 10.55% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBB2E is #3444D1. Grayscale: #B0B0B0. Windows color (decimal): -3425490 or 3062731. OLE color: 3062731.

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

Color convert

RGB 203 187 46 -
CMYK 0 0.08 0.77 0.20
HSL 53.89º 0.63% 0.49% -
HSV(B) 53.89º 0.77% 0.8% -
XYZ 42.89 48.43 9.67 -
YUV 175.71 54.8 147.46 -
System Red Green Blue C M Y K H S L
Decimal 203 187 46 0 0.08 0.77 0.20 53.89 0.63 0.49
Hex CB BB 2E 0 8 4D 14 36 3F 31
Octal 313 273 56 0 10 115 24 66 77 61
Binary 11001011 10111011 101110 0 1000 1001101 10100 110110 111111 110001

Color Harmonies of #CBBB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBB2E

Black with #CBBB2E

Text Example


Text Example

White with #CBBB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBB2E; }

 p { color: rgb(203,187,46); }

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

background-color css

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

 a { background-color: rgb(203,187,46); }

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

border-color css

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

 span { border-color: rgb(203,187,46); }

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