Html Css Color HEX #CCB53A Old Gold

📋 copy color: '#CCB53A'

red 204 ◦ green 181 ◦ blue 58

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

Shades of Old Gold #CCB53A

Tints of Old Gold #CCB53A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.86%

 BLUE value IS 58 (23.05% from 255) = 13.09%

R = 46.05%
G = 40.86%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CCB53A (or 0xCCB53A) is known color: Old Gold. HEX triplet: CC, B5 and 3A. RGB value is (204,181,58). Sum of RGB (Red+Green+Blue) = 204+181+58=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 58 (23.05% from 255 or 13.09% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB53A is #334AC5. Grayscale: #AEAEAE. Windows color (decimal): -3361478 or 3847628. OLE color: 3847628.

HSL color Cylindrical-coordinate representation of color #CCB53A: hue angle of 50.55º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCB53A is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 181 58 -
CMYK 0 0.11 0.72 0.2
HSL 50.55º 0.59% 0.51% -
HSV(B) 50.55º 0.72% 0.8% -
XYZ 42.19 46.19 10.7 -
YUV 173.86 62.62 149.5 -
System Red Green Blue C M Y K H S L
Decimal 204 181 58 0 0.11 0.72 0.2 50.55 0.59 0.51
Hex CC B5 3A 0 B 48 14 33 3B 33
Octal 314 265 72 0 13 110 24 63 73 63
Binary 11001100 10110101 111010 0 1011 1001000 10100 110011 111011 110011

Color Harmonies of #CCB53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB53A

Black with #CCB53A

Text Example


Text Example

White with #CCB53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB53A; }

 p { color: rgb(204,181,58); }

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

background-color css

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

 a { background-color: rgb(204,181,58); }

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

border-color css

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

 span { border-color: rgb(204,181,58); }

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