Html Css Color HEX #D07C0D Ochre

📋 copy color: '#D07C0D'

red 208 ◦ green 124 ◦ blue 13

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

Shades of Ochre #D07C0D

Tints of Ochre #D07C0D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.94%

 BLUE value IS 13 (5.47% from 255) = 3.77%

R = 60.29%
G = 35.94%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D07C0D (or 0xD07C0D) is known color: Ochre. HEX triplet: D0, 7C and 0D. RGB value is (208,124,13). Sum of RGB (Red+Green+Blue) = 208+124+13=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07C0D is #2F83F2. Grayscale: #888888. Windows color (decimal): -3113971 or 883920. OLE color: 883920.

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

Color convert

RGB 208 124 13 -
CMYK 0 0.40 0.94 0.18
HSL 34.15º 0.88% 0.43% -
HSV(B) 34.15º 0.94% 0.82% -
XYZ 33.29 27.85 4 -
YUV 136.46 58.33 179.03 -
System Red Green Blue C M Y K H S L
Decimal 208 124 13 0 0.40 0.94 0.18 34.15 0.88 0.43
Hex D0 7C D 0 28 5E 12 22 58 2B
Octal 320 174 15 0 50 136 22 42 130 53
Binary 11010000 1111100 1101 0 101000 1011110 10010 100010 1011000 101011

Color Harmonies of #D07C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07C0D

Black with #D07C0D

Text Example


Text Example

White with #D07C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07C0D; }

 p { color: rgb(208,124,13); }

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

background-color css

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

 a { background-color: rgb(208,124,13); }

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

border-color css

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

 span { border-color: rgb(208,124,13); }

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