Html Css Color HEX #CBBA44 Old Gold

📋 copy color: '#CBBA44'

red 203 ◦ green 186 ◦ blue 68

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

Shades of Old Gold #CBBA44

Tints of Old Gold #CBBA44

RGB

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

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

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

R = 44.42%
G = 40.7%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CBBA44 (or 0xCBBA44) is known color: Old Gold. HEX triplet: CB, BA and 44. RGB value is (203,186,68). Sum of RGB (Red+Green+Blue) = 203+186+68=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 68 (26.95% from 255 or 14.88% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBA44 is #3445BB. Grayscale: #B2B2B2. Windows color (decimal): -3425724 or 4504267. OLE color: 4504267.

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

Color convert

RGB 203 186 68 -
CMYK 0 0.08 0.67 0.20
HSL 52.44º 0.56% 0.53% -
HSV(B) 52.44º 0.67% 0.8% -
XYZ 43.23 48.23 12.5 -
YUV 177.63 66.13 146.09 -
System Red Green Blue C M Y K H S L
Decimal 203 186 68 0 0.08 0.67 0.20 52.44 0.56 0.53
Hex CB BA 44 0 8 43 14 34 38 35
Octal 313 272 104 0 10 103 24 64 70 65
Binary 11001011 10111010 1000100 0 1000 1000011 10100 110100 111000 110101

Color Harmonies of #CBBA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBA44

Black with #CBBA44

Text Example


Text Example

White with #CBBA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBA44; }

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

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

background-color css

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

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

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

border-color css

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

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

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