Html Css Color HEX #D07D1C Ochre

📋 copy color: '#D07D1C'

red 208 ◦ green 125 ◦ blue 28

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

Shades of Ochre #D07D1C

Tints of Ochre #D07D1C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.63%

 BLUE value IS 28 (11.33% from 255) = 7.76%

R = 57.62%
G = 34.63%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D07D1C (or 0xD07D1C) is known color: Ochre. HEX triplet: D0, 7D and 1C. RGB value is (208,125,28). Sum of RGB (Red+Green+Blue) = 208+125+28=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 28 (11.33% from 255 or 7.76% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07D1C is #2F82E3. Grayscale: #8B8B8B. Windows color (decimal): -3113700 or 1867216. OLE color: 1867216.

HSL color Cylindrical-coordinate representation of color #D07D1C: hue angle of 32.33º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D07D1C is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 125 28 -
CMYK 0 0.40 0.87 0.18
HSL 32.33º 0.76% 0.46% -
HSV(B) 32.33º 0.87% 0.82% -
XYZ 33.56 28.16 4.77 -
YUV 138.76 65.5 177.39 -
System Red Green Blue C M Y K H S L
Decimal 208 125 28 0 0.40 0.87 0.18 32.33 0.76 0.46
Hex D0 7D 1C 0 28 57 12 20 4C 2E
Octal 320 175 34 0 50 127 22 40 114 56
Binary 11010000 1111101 11100 0 101000 1010111 10010 100000 1001100 101110

Color Harmonies of #D07D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07D1C

Black with #D07D1C

Text Example


Text Example

White with #D07D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07D1C; }

 p { color: rgb(208,125,28); }

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

background-color css

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

 a { background-color: rgb(208,125,28); }

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

border-color css

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

 span { border-color: rgb(208,125,28); }

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