Html Css Color HEX #D57923 Ochre

📋 copy color: '#D57923'

red 213 ◦ green 121 ◦ blue 35

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

Shades of Ochre #D57923

Tints of Ochre #D57923

RGB

 RED value IS 213 (83.59% from 255) = 57.72%

 GREEN value IS 121 (47.66% from 255) = 32.79%

 BLUE value IS 35 (14.06% from 255) = 9.49%

R = 57.72%
G = 32.79%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D57923 (or 0xD57923) is known color: Ochre. HEX triplet: D5, 79 and 23. RGB value is (213,121,35). Sum of RGB (Red+Green+Blue) = 213+121+35=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 35 (14.06% from 255 or 9.49% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D57923 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57923 is #2A86DC. Grayscale: #8B8B8B. Windows color (decimal): -2787037 or 2324949. OLE color: 2324949.

HSL color Cylindrical-coordinate representation of color #D57923: hue angle of 28.99º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D57923 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 121 35 -
CMYK 0 0.43 0.84 0.16
HSL 28.99º 0.72% 0.49% -
HSV(B) 28.99º 0.84% 0.84% -
XYZ 34.58 27.94 5.16 -
YUV 138.7 69.48 180.99 -
System Red Green Blue C M Y K H S L
Decimal 213 121 35 0 0.43 0.84 0.16 28.99 0.72 0.49
Hex D5 79 23 0 2B 54 10 1D 48 31
Octal 325 171 43 0 53 124 20 35 110 61
Binary 11010101 1111001 100011 0 101011 1010100 10000 11101 1001000 110001

Color Harmonies of #D57923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57923

Black with #D57923

Text Example


Text Example

White with #D57923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57923; }

 p { color: rgb(213,121,35); }

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

background-color css

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

 a { background-color: rgb(213,121,35); }

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

border-color css

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

 span { border-color: rgb(213,121,35); }

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