Html Css Color HEX #CD993D Anzac

📋 copy color: '#CD993D'

red 205 ◦ green 153 ◦ blue 61

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

Shades of Anzac #CD993D

Tints of Anzac #CD993D

RGB

 RED value IS 205 (80.47% from 255) = 48.93%

 GREEN value IS 153 (60.16% from 255) = 36.52%

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

R = 48.93%
G = 36.52%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD993D (or 0xCD993D) is known color: Anzac. HEX triplet: CD, 99 and 3D. RGB value is (205,153,61). Sum of RGB (Red+Green+Blue) = 205+153+61=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 61 (24.22% from 255 or 14.56% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CD993D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD993D is #3266C2. Grayscale: #9E9E9E. Windows color (decimal): -3303107 or 4037069. OLE color: 4037069.

HSL color Cylindrical-coordinate representation of color #CD993D: hue angle of 38.33º degrees, saturation: 0.59, 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 #CD993D is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 153 61 -
CMYK 0 0.25 0.70 0.20
HSL 38.33º 0.59% 0.52% -
HSV(B) 38.33º 0.7% 0.8% -
XYZ 37.41 36.1 9.41 -
YUV 158.06 73.23 161.48 -
System Red Green Blue C M Y K H S L
Decimal 205 153 61 0 0.25 0.70 0.20 38.33 0.59 0.52
Hex CD 99 3D 0 19 46 14 26 3B 34
Octal 315 231 75 0 31 106 24 46 73 64
Binary 11001101 10011001 111101 0 11001 1000110 10100 100110 111011 110100

Color Harmonies of #CD993D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD993D

Black with #CD993D

Text Example


Text Example

White with #CD993D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD993D; }

 p { color: rgb(205,153,61); }

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

background-color css

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

 a { background-color: rgb(205,153,61); }

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

border-color css

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

 span { border-color: rgb(205,153,61); }

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