Html Css Color HEX #CBBA2F Old Gold

📋 copy color: '#CBBA2F'

red 203 ◦ green 186 ◦ blue 47

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

Shades of Old Gold #CBBA2F

Tints of Old Gold #CBBA2F

RGB

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

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

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

R = 46.56%
G = 42.66%
B = 10.78%

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

#CBBA2F (or 0xCBBA2F) is known color: Old Gold. HEX triplet: CB, BA and 2F. RGB value is (203,186,47). Sum of RGB (Red+Green+Blue) = 203+186+47=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 47 (18.75% from 255 or 10.78% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBA2F is #3445D0. Grayscale: #AFAFAF. Windows color (decimal): -3425745 or 3128011. OLE color: 3128011.

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

Color convert

RGB 203 186 47 -
CMYK 0 0.08 0.77 0.20
HSL 53.46º 0.62% 0.49% -
HSV(B) 53.46º 0.77% 0.8% -
XYZ 42.7 48.02 9.71 -
YUV 175.24 55.63 147.8 -
System Red Green Blue C M Y K H S L
Decimal 203 186 47 0 0.08 0.77 0.20 53.46 0.62 0.49
Hex CB BA 2F 0 8 4D 14 35 3E 31
Octal 313 272 57 0 10 115 24 65 76 61
Binary 11001011 10111010 101111 0 1000 1001101 10100 110101 111110 110001

Color Harmonies of #CBBA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBA2F

Black with #CBBA2F

Text Example


Text Example

White with #CBBA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBA2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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