Html Css Color HEX #D57612 Ochre

📋 copy color: '#D57612'

red 213 ◦ green 118 ◦ blue 18

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

Shades of Ochre #D57612

Tints of Ochre #D57612

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.81%

 BLUE value IS 18 (7.42% from 255) = 5.16%

R = 61.03%
G = 33.81%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D57612 (or 0xD57612) is known color: Ochre. HEX triplet: D5, 76 and 12. RGB value is (213,118,18). Sum of RGB (Red+Green+Blue) = 213+118+18=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D57612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57612 is #2A89ED. Grayscale: #878787. Windows color (decimal): -2787822 or 1210069. OLE color: 1210069.

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

Color convert

RGB 213 118 18 -
CMYK 0 0.45 0.92 0.16
HSL 30.77º 0.84% 0.45% -
HSV(B) 30.77º 0.92% 0.84% -
XYZ 34.03 27.15 4.02 -
YUV 135.01 61.97 183.63 -
System Red Green Blue C M Y K H S L
Decimal 213 118 18 0 0.45 0.92 0.16 30.77 0.84 0.45
Hex D5 76 12 0 2D 5C 10 1F 54 2D
Octal 325 166 22 0 55 134 20 37 124 55
Binary 11010101 1110110 10010 0 101101 1011100 10000 11111 1010100 101101

Color Harmonies of #D57612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57612

Black with #D57612

Text Example


Text Example

White with #D57612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57612; }

 p { color: rgb(213,118,18); }

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

background-color css

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

 a { background-color: rgb(213,118,18); }

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

border-color css

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

 span { border-color: rgb(213,118,18); }

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