Html Css Color HEX #CCB133 Old Gold

📋 copy color: '#CCB133'

red 204 ◦ green 177 ◦ blue 51

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

Shades of Old Gold #CCB133

Tints of Old Gold #CCB133

RGB

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

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

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

R = 47.22%
G = 40.97%
B = 11.81%

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

#CCB133 (or 0xCCB133) is known color: Old Gold. HEX triplet: CC, B1 and 33. RGB value is (204,177,51). Sum of RGB (Red+Green+Blue) = 204+177+51=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 177 (69.53% from 255 or 40.97% from 432); Blue value is 51 (20.31% from 255 or 11.81% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB133 is #334ECC. Grayscale: #ABABAB. Windows color (decimal): -3362509 or 3387852. OLE color: 3387852.

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

Color convert

RGB 204 177 51 -
CMYK 0 0.13 0.75 0.2
HSL 49.41º 0.6% 0.5% -
HSV(B) 49.41º 0.75% 0.8% -
XYZ 41.22 44.52 9.55 -
YUV 170.71 60.45 151.75 -
System Red Green Blue C M Y K H S L
Decimal 204 177 51 0 0.13 0.75 0.2 49.41 0.6 0.5
Hex CC B1 33 0 D 4B 14 31 3C 32
Octal 314 261 63 0 15 113 24 61 74 62
Binary 11001100 10110001 110011 0 1101 1001011 10100 110001 111100 110010

Color Harmonies of #CCB133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB133

Black with #CCB133

Text Example


Text Example

White with #CCB133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB133; }

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

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

background-color css

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

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

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

border-color css

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

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

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