Html Css Color HEX #D0923F Anzac

📋 copy color: '#D0923F'

red 208 ◦ green 146 ◦ blue 63

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

Shades of Anzac #D0923F

Tints of Anzac #D0923F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.01%

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

R = 49.88%
G = 35.01%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0923F (or 0xD0923F) is known color: Anzac. HEX triplet: D0, 92 and 3F. RGB value is (208,146,63). Sum of RGB (Red+Green+Blue) = 208+146+63=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 63 (25% from 255 or 15.11% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D0923F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0923F is #2F6DC0. Grayscale: #9B9B9B. Windows color (decimal): -3108289 or 4166352. OLE color: 4166352.

HSL color Cylindrical-coordinate representation of color #D0923F: hue angle of 34.34º 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 #D0923F is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 146 63 -
CMYK 0 0.30 0.70 0.18
HSL 34.34º 0.61% 0.53% -
HSV(B) 34.34º 0.7% 0.82% -
XYZ 37.19 34.33 9.37 -
YUV 155.08 76.04 165.75 -
System Red Green Blue C M Y K H S L
Decimal 208 146 63 0 0.30 0.70 0.18 34.34 0.61 0.53
Hex D0 92 3F 0 1E 46 12 22 3D 35
Octal 320 222 77 0 36 106 22 42 75 65
Binary 11010000 10010010 111111 0 11110 1000110 10010 100010 111101 110101

Color Harmonies of #D0923F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0923F

Black with #D0923F

Text Example


Text Example

White with #D0923F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0923F; }

 p { color: rgb(208,146,63); }

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

background-color css

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

 a { background-color: rgb(208,146,63); }

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

border-color css

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

 span { border-color: rgb(208,146,63); }

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