Html Css Color HEX #CBB244 Old Gold

📋 copy color: '#CBB244'

red 203 ◦ green 178 ◦ blue 68

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

Shades of Old Gold #CBB244

Tints of Old Gold #CBB244

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.64%

 BLUE value IS 68 (26.95% from 255) = 15.14%

R = 45.21%
G = 39.64%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CBB244 (or 0xCBB244) is known color: Old Gold. HEX triplet: CB, B2 and 44. RGB value is (203,178,68). Sum of RGB (Red+Green+Blue) = 203+178+68=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 68 (26.95% from 255 or 15.14% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB244 is #344DBB. Grayscale: #ADADAD. Windows color (decimal): -3427772 or 4502219. OLE color: 4502219.

HSL color Cylindrical-coordinate representation of color #CBB244: hue angle of 48.89º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CBB244 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 178 68 -
CMYK 0 0.12 0.67 0.20
HSL 48.89º 0.56% 0.53% -
HSV(B) 48.89º 0.67% 0.8% -
XYZ 41.59 44.95 11.95 -
YUV 172.94 68.78 149.44 -
System Red Green Blue C M Y K H S L
Decimal 203 178 68 0 0.12 0.67 0.20 48.89 0.56 0.53
Hex CB B2 44 0 C 43 14 31 38 35
Octal 313 262 104 0 14 103 24 61 70 65
Binary 11001011 10110010 1000100 0 1100 1000011 10100 110001 111000 110101

Color Harmonies of #CBB244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB244

Black with #CBB244

Text Example


Text Example

White with #CBB244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB244; }

 p { color: rgb(203,178,68); }

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

background-color css

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

 a { background-color: rgb(203,178,68); }

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

border-color css

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

 span { border-color: rgb(203,178,68); }

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