Html Css Color HEX #CCB03A Old Gold

📋 copy color: '#CCB03A'

red 204 ◦ green 176 ◦ blue 58

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

Shades of Old Gold #CCB03A

Tints of Old Gold #CCB03A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.18%

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

R = 46.58%
G = 40.18%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CCB03A (or 0xCCB03A) is known color: Old Gold. HEX triplet: CC, B0 and 3A. RGB value is (204,176,58). Sum of RGB (Red+Green+Blue) = 204+176+58=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 58 (23.05% from 255 or 13.24% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB03A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB03A is #334FC5. Grayscale: #ABABAB. Windows color (decimal): -3362758 or 3846348. OLE color: 3846348.

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

Color convert

RGB 204 176 58 -
CMYK 0 0.14 0.72 0.2
HSL 48.49º 0.59% 0.51% -
HSV(B) 48.49º 0.72% 0.8% -
XYZ 41.19 44.19 10.36 -
YUV 170.92 64.28 151.59 -
System Red Green Blue C M Y K H S L
Decimal 204 176 58 0 0.14 0.72 0.2 48.49 0.59 0.51
Hex CC B0 3A 0 E 48 14 30 3B 33
Octal 314 260 72 0 16 110 24 60 73 63
Binary 11001100 10110000 111010 0 1110 1001000 10100 110000 111011 110011

Color Harmonies of #CCB03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB03A

Black with #CCB03A

Text Example


Text Example

White with #CCB03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB03A; }

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

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

background-color css

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

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

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

border-color css

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

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

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