Html Css Color HEX #CBB12F Old Gold

📋 copy color: '#CBB12F'

red 203 ◦ green 177 ◦ blue 47

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

Shades of Old Gold #CBB12F

Tints of Old Gold #CBB12F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.45%

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

R = 47.54%
G = 41.45%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CBB12F (or 0xCBB12F) is known color: Old Gold. HEX triplet: CB, B1 and 2F. RGB value is (203,177,47). Sum of RGB (Red+Green+Blue) = 203+177+47=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 47 (18.75% from 255 or 11.01% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB12F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB12F is #344ED0. Grayscale: #AAAAAA. Windows color (decimal): -3428049 or 3125707. OLE color: 3125707.

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

Color convert

RGB 203 177 47 -
CMYK 0 0.13 0.77 0.20
HSL 50º 0.62% 0.49% -
HSV(B) 50º 0.77% 0.8% -
XYZ 40.86 44.35 9.1 -
YUV 169.95 58.61 151.57 -
System Red Green Blue C M Y K H S L
Decimal 203 177 47 0 0.13 0.77 0.20 50 0.62 0.49
Hex CB B1 2F 0 D 4D 14 32 3E 31
Octal 313 261 57 0 15 115 24 62 76 61
Binary 11001011 10110001 101111 0 1101 1001101 10100 110010 111110 110001

Color Harmonies of #CBB12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB12F

Black with #CBB12F

Text Example


Text Example

White with #CBB12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB12F; }

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

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

background-color css

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

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

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

border-color css

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

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

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