Html Css Color HEX #D57F0C Ochre

📋 copy color: '#D57F0C'

red 213 ◦ green 127 ◦ blue 12

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

Shades of Ochre #D57F0C

Tints of Ochre #D57F0C

RGB

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

 GREEN value IS 127 (50% from 255) = 36.08%

 BLUE value IS 12 (5.08% from 255) = 3.41%

R = 60.51%
G = 36.08%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D57F0C (or 0xD57F0C) is known color: Ochre. HEX triplet: D5, 7F and 0C. RGB value is (213,127,12). Sum of RGB (Red+Green+Blue) = 213+127+12=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57F0C is #2A80F3. Grayscale: #8C8C8C. Windows color (decimal): -2785524 or 819157. OLE color: 819157.

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

Color convert

RGB 213 127 12 -
CMYK 0 0.40 0.94 0.16
HSL 34.33º 0.89% 0.44% -
HSV(B) 34.33º 0.94% 0.84% -
XYZ 35.1 29.35 4.16 -
YUV 139.6 55.99 180.35 -
System Red Green Blue C M Y K H S L
Decimal 213 127 12 0 0.40 0.94 0.16 34.33 0.89 0.44
Hex D5 7F C 0 28 5E 10 22 59 2C
Octal 325 177 14 0 50 136 20 42 131 54
Binary 11010101 1111111 1100 0 101000 1011110 10000 100010 1011001 101100

Color Harmonies of #D57F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57F0C

Black with #D57F0C

Text Example


Text Example

White with #D57F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57F0C; }

 p { color: rgb(213,127,12); }

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

background-color css

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

 a { background-color: rgb(213,127,12); }

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

border-color css

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

 span { border-color: rgb(213,127,12); }

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