Html Css Color HEX #CCAF3F Old Gold

📋 copy color: '#CCAF3F'

red 204 ◦ green 175 ◦ blue 63

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

Shades of Old Gold #CCAF3F

Tints of Old Gold #CCAF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.25%

R = 46.15%
G = 39.59%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CCAF3F (or 0xCCAF3F) is known color: Old Gold. HEX triplet: CC, AF and 3F. RGB value is (204,175,63). Sum of RGB (Red+Green+Blue) = 204+175+63=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 63 (25% from 255 or 14.25% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAF3F is #3350C0. Grayscale: #ABABAB. Windows color (decimal): -3363009 or 4173772. OLE color: 4173772.

HSL color Cylindrical-coordinate representation of color #CCAF3F: hue angle of 47.66º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCAF3F is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 175 63 -
CMYK 0 0.14 0.69 0.2
HSL 47.66º 0.58% 0.52% -
HSV(B) 47.66º 0.69% 0.8% -
XYZ 41.13 43.86 11 -
YUV 170.9 67.11 151.61 -
System Red Green Blue C M Y K H S L
Decimal 204 175 63 0 0.14 0.69 0.2 47.66 0.58 0.52
Hex CC AF 3F 0 E 45 14 30 3A 34
Octal 314 257 77 0 16 105 24 60 72 64
Binary 11001100 10101111 111111 0 1110 1000101 10100 110000 111010 110100

Color Harmonies of #CCAF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAF3F

Black with #CCAF3F

Text Example


Text Example

White with #CCAF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAF3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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