Html Css Color HEX #D0933E Anzac

📋 copy color: '#D0933E'

red 208 ◦ green 147 ◦ blue 62

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

Shades of Anzac #D0933E

Tints of Anzac #D0933E

RGB

 RED value IS 208 (81.64% from 255) = 49.88%

 GREEN value IS 147 (57.81% from 255) = 35.25%

 BLUE value IS 62 (24.61% from 255) = 14.87%

R = 49.88%
G = 35.25%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0933E (or 0xD0933E) is known color: Anzac. HEX triplet: D0, 93 and 3E. RGB value is (208,147,62). Sum of RGB (Red+Green+Blue) = 208+147+62=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 62 (24.61% from 255 or 14.87% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D0933E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0933E is #2F6CC1. Grayscale: #9B9B9B. Windows color (decimal): -3108034 or 4101072. OLE color: 4101072.

HSL color Cylindrical-coordinate representation of color #D0933E: hue angle of 34.93º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0933E is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 147 62 -
CMYK 0 0.29 0.70 0.18
HSL 34.93º 0.61% 0.53% -
HSV(B) 34.93º 0.7% 0.82% -
XYZ 37.32 34.63 9.27 -
YUV 155.55 75.21 165.41 -
System Red Green Blue C M Y K H S L
Decimal 208 147 62 0 0.29 0.70 0.18 34.93 0.61 0.53
Hex D0 93 3E 0 1D 46 12 23 3D 35
Octal 320 223 76 0 35 106 22 43 75 65
Binary 11010000 10010011 111110 0 11101 1000110 10010 100011 111101 110101

Color Harmonies of #D0933E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0933E

Black with #D0933E

Text Example


Text Example

White with #D0933E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0933E; }

 p { color: rgb(208,147,62); }

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

background-color css

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

 a { background-color: rgb(208,147,62); }

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

border-color css

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

 span { border-color: rgb(208,147,62); }

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