Html Css Color HEX #CCBA33 Old Gold

📋 copy color: '#CCBA33'

red 204 ◦ green 186 ◦ blue 51

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

Shades of Old Gold #CCBA33

Tints of Old Gold #CCBA33

RGB

 RED value IS 204 (80.08% from 255) = 46.26%

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

 BLUE value IS 51 (20.31% from 255) = 11.56%

R = 46.26%
G = 42.18%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CCBA33 (or 0xCCBA33) is known color: Old Gold. HEX triplet: CC, BA and 33. RGB value is (204,186,51). Sum of RGB (Red+Green+Blue) = 204+186+51=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 51 (20.31% from 255 or 11.56% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBA33 is #3345CC. Grayscale: #B0B0B0. Windows color (decimal): -3360205 or 3390156. OLE color: 3390156.

HSL color Cylindrical-coordinate representation of color #CCBA33: hue angle of 52.94º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCBA33 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 186 51 -
CMYK 0 0.09 0.75 0.2
HSL 52.94º 0.6% 0.5% -
HSV(B) 52.94º 0.75% 0.8% -
XYZ 43.06 48.19 10.16 -
YUV 175.99 57.46 147.98 -
System Red Green Blue C M Y K H S L
Decimal 204 186 51 0 0.09 0.75 0.2 52.94 0.6 0.5
Hex CC BA 33 0 9 4B 14 35 3C 32
Octal 314 272 63 0 11 113 24 65 74 62
Binary 11001100 10111010 110011 0 1001 1001011 10100 110101 111100 110010

Color Harmonies of #CCBA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBA33

Black with #CCBA33

Text Example


Text Example

White with #CCBA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBA33; }

 p { color: rgb(204,186,51); }

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

background-color css

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

 a { background-color: rgb(204,186,51); }

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

border-color css

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

 span { border-color: rgb(204,186,51); }

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