Html Css Color HEX #D07D12 Ochre

📋 copy color: '#D07D12'

red 208 ◦ green 125 ◦ blue 18

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

Shades of Ochre #D07D12

Tints of Ochre #D07D12

RGB

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

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

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

R = 59.26%
G = 35.61%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D07D12 (or 0xD07D12) is known color: Ochre. HEX triplet: D0, 7D and 12. RGB value is (208,125,18). Sum of RGB (Red+Green+Blue) = 208+125+18=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 18 (7.42% from 255 or 5.13% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07D12 is #2F82ED. Grayscale: #8A8A8A. Windows color (decimal): -3113710 or 1211856. OLE color: 1211856.

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

Color convert

RGB 208 125 18 -
CMYK 0 0.40 0.91 0.18
HSL 33.79º 0.84% 0.44% -
HSV(B) 33.79º 0.91% 0.82% -
XYZ 33.46 28.12 4.24 -
YUV 137.62 60.5 178.2 -
System Red Green Blue C M Y K H S L
Decimal 208 125 18 0 0.40 0.91 0.18 33.79 0.84 0.44
Hex D0 7D 12 0 28 5B 12 22 54 2C
Octal 320 175 22 0 50 133 22 42 124 54
Binary 11010000 1111101 10010 0 101000 1011011 10010 100010 1010100 101100

Color Harmonies of #D07D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07D12

Black with #D07D12

Text Example


Text Example

White with #D07D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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