Html Css Color HEX #CC9D44 Anzac

📋 copy color: '#CC9D44'

red 204 ◦ green 157 ◦ blue 68

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

Shades of Anzac #CC9D44

Tints of Anzac #CC9D44

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.6%

 BLUE value IS 68 (26.95% from 255) = 15.85%

R = 47.55%
G = 36.6%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC9D44 (or 0xCC9D44) is known color: Anzac. HEX triplet: CC, 9D and 44. RGB value is (204,157,68). Sum of RGB (Red+Green+Blue) = 204+157+68=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 68 (26.95% from 255 or 15.85% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9D44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9D44 is #3362BB. Grayscale: #A1A1A1. Windows color (decimal): -3367612 or 4496844. OLE color: 4496844.

HSL color Cylindrical-coordinate representation of color #CC9D44: hue angle of 39.26º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC9D44 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 157 68 -
CMYK 0 0.23 0.67 0.2
HSL 39.26º 0.57% 0.53% -
HSV(B) 39.26º 0.67% 0.8% -
XYZ 38 37.37 10.68 -
YUV 160.91 75.57 158.74 -
System Red Green Blue C M Y K H S L
Decimal 204 157 68 0 0.23 0.67 0.2 39.26 0.57 0.53
Hex CC 9D 44 0 17 43 14 27 39 35
Octal 314 235 104 0 27 103 24 47 71 65
Binary 11001100 10011101 1000100 0 10111 1000011 10100 100111 111001 110101

Color Harmonies of #CC9D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9D44

Black with #CC9D44

Text Example


Text Example

White with #CC9D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9D44; }

 p { color: rgb(204,157,68); }

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

background-color css

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

 a { background-color: rgb(204,157,68); }

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

border-color css

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

 span { border-color: rgb(204,157,68); }

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