Html Css Color HEX #D0924C Anzac

📋 copy color: '#D0924C'

red 208 ◦ green 146 ◦ blue 76

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

Shades of Anzac #D0924C

Tints of Anzac #D0924C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.67%

R = 48.37%
G = 33.95%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0924C (or 0xD0924C) is known color: Anzac. HEX triplet: D0, 92 and 4C. RGB value is (208,146,76). Sum of RGB (Red+Green+Blue) = 208+146+76=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 76 (30.08% from 255 or 17.67% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D0924C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0924C is #2F6DB3. Grayscale: #9C9C9C. Windows color (decimal): -3108276 or 5018320. OLE color: 5018320.

HSL color Cylindrical-coordinate representation of color #D0924C: hue angle of 31.82º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D0924C is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 146 76 -
CMYK 0 0.30 0.63 0.18
HSL 31.82º 0.58% 0.56% -
HSV(B) 31.82º 0.63% 0.82% -
XYZ 37.6 34.49 11.51 -
YUV 156.56 82.54 164.69 -
System Red Green Blue C M Y K H S L
Decimal 208 146 76 0 0.30 0.63 0.18 31.82 0.58 0.56
Hex D0 92 4C 0 1E 3F 12 20 3A 38
Octal 320 222 114 0 36 77 22 40 72 70
Binary 11010000 10010010 1001100 0 11110 111111 10010 100000 111010 111000

Color Harmonies of #D0924C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0924C

Black with #D0924C

Text Example


Text Example

White with #D0924C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0924C; }

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

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

background-color css

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

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

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

border-color css

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

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

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