Html Css Color HEX #CBBB2F Old Gold

📋 copy color: '#CBBB2F'

red 203 ◦ green 187 ◦ blue 47

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

Shades of Old Gold #CBBB2F

Tints of Old Gold #CBBB2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.76%

R = 46.45%
G = 42.79%
B = 10.76%

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

#CBBB2F (or 0xCBBB2F) is known color: Old Gold. HEX triplet: CB, BB and 2F. RGB value is (203,187,47). Sum of RGB (Red+Green+Blue) = 203+187+47=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 47 (18.75% from 255 or 10.76% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBB2F is #3444D0. Grayscale: #B0B0B0. Windows color (decimal): -3425489 or 3128267. OLE color: 3128267.

HSL color Cylindrical-coordinate representation of color #CBBB2F: hue angle of 53.85º degrees, saturation: 0.62, 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 #CBBB2F is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 187 47 -
CMYK 0 0.08 0.77 0.20
HSL 53.85º 0.62% 0.49% -
HSV(B) 53.85º 0.77% 0.8% -
XYZ 42.91 48.44 9.78 -
YUV 175.82 55.3 147.38 -
System Red Green Blue C M Y K H S L
Decimal 203 187 47 0 0.08 0.77 0.20 53.85 0.62 0.49
Hex CB BB 2F 0 8 4D 14 36 3E 31
Octal 313 273 57 0 10 115 24 66 76 61
Binary 11001011 10111011 101111 0 1000 1001101 10100 110110 111110 110001

Color Harmonies of #CBBB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBB2F

Black with #CBBB2F

Text Example


Text Example

White with #CBBB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBB2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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