Html Css Color HEX #CCAF3A Old Gold

📋 copy color: '#CCAF3A'

red 204 ◦ green 175 ◦ blue 58

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

Shades of Old Gold #CCAF3A

Tints of Old Gold #CCAF3A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.05%

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

R = 46.68%
G = 40.05%
B = 13.27%

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

#CCAF3A (or 0xCCAF3A) is known color: Old Gold. HEX triplet: CC, AF and 3A. RGB value is (204,175,58). Sum of RGB (Red+Green+Blue) = 204+175+58=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 58 (23.05% from 255 or 13.27% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAF3A is #3350C5. Grayscale: #AAAAAA. Windows color (decimal): -3363014 or 3846092. OLE color: 3846092.

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

Color convert

RGB 204 175 58 -
CMYK 0 0.14 0.72 0.2
HSL 48.08º 0.59% 0.51% -
HSV(B) 48.08º 0.72% 0.8% -
XYZ 41 43.8 10.3 -
YUV 170.33 64.61 152.01 -
System Red Green Blue C M Y K H S L
Decimal 204 175 58 0 0.14 0.72 0.2 48.08 0.59 0.51
Hex CC AF 3A 0 E 48 14 30 3B 33
Octal 314 257 72 0 16 110 24 60 73 63
Binary 11001100 10101111 111010 0 1110 1001000 10100 110000 111011 110011

Color Harmonies of #CCAF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAF3A

Black with #CCAF3A

Text Example


Text Example

White with #CCAF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAF3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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