Html Css Color HEX #CCB232 Old Gold

📋 copy color: '#CCB232'

red 204 ◦ green 178 ◦ blue 50

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

Shades of Old Gold #CCB232

Tints of Old Gold #CCB232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.57%

R = 47.22%
G = 41.2%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CCB232 (or 0xCCB232) is known color: Old Gold. HEX triplet: CC, B2 and 32. RGB value is (204,178,50). Sum of RGB (Red+Green+Blue) = 204+178+50=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 50 (19.92% from 255 or 11.57% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB232 is #334DCD. Grayscale: #ABABAB. Windows color (decimal): -3362254 or 3322572. OLE color: 3322572.

HSL color Cylindrical-coordinate representation of color #CCB232: hue angle of 49.87º degrees, saturation: 0.61, 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 #CCB232 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 178 50 -
CMYK 0 0.13 0.75 0.2
HSL 49.87º 0.61% 0.5% -
HSV(B) 49.87º 0.75% 0.8% -
XYZ 41.4 44.91 9.5 -
YUV 171.18 59.61 151.41 -
System Red Green Blue C M Y K H S L
Decimal 204 178 50 0 0.13 0.75 0.2 49.87 0.61 0.5
Hex CC B2 32 0 D 4B 14 32 3D 32
Octal 314 262 62 0 15 113 24 62 75 62
Binary 11001100 10110010 110010 0 1101 1001011 10100 110010 111101 110010

Color Harmonies of #CCB232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB232

Black with #CCB232

Text Example


Text Example

White with #CCB232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB232; }

 p { color: rgb(204,178,50); }

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

background-color css

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

 a { background-color: rgb(204,178,50); }

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

border-color css

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

 span { border-color: rgb(204,178,50); }

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