Html Css Color HEX #CC983D Anzac

📋 copy color: '#CC983D'

red 204 ◦ green 152 ◦ blue 61

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

Shades of Anzac #CC983D

Tints of Anzac #CC983D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.45%

 BLUE value IS 61 (24.22% from 255) = 14.63%

R = 48.92%
G = 36.45%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC983D (or 0xCC983D) is known color: Anzac. HEX triplet: CC, 98 and 3D. RGB value is (204,152,61). Sum of RGB (Red+Green+Blue) = 204+152+61=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 61 (24.22% from 255 or 14.63% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC983D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC983D is #3367C2. Grayscale: #9D9D9D. Windows color (decimal): -3368899 or 4036812. OLE color: 4036812.

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

Color convert

RGB 204 152 61 -
CMYK 0 0.25 0.70 0.2
HSL 38.18º 0.58% 0.52% -
HSV(B) 38.18º 0.7% 0.8% -
XYZ 36.97 35.63 9.34 -
YUV 157.17 73.73 161.4 -
System Red Green Blue C M Y K H S L
Decimal 204 152 61 0 0.25 0.70 0.2 38.18 0.58 0.52
Hex CC 98 3D 0 19 46 14 26 3A 34
Octal 314 230 75 0 31 106 24 46 72 64
Binary 11001100 10011000 111101 0 11001 1000110 10100 100110 111010 110100

Color Harmonies of #CC983D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC983D

Black with #CC983D

Text Example


Text Example

White with #CC983D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC983D; }

 p { color: rgb(204,152,61); }

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

background-color css

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

 a { background-color: rgb(204,152,61); }

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

border-color css

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

 span { border-color: rgb(204,152,61); }

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