Html Css Color HEX #D07E09 Ochre

📋 copy color: '#D07E09'

red 208 ◦ green 126 ◦ blue 9

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

Shades of Ochre #D07E09

Tints of Ochre #D07E09

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.73%

 BLUE value IS 9 (3.91% from 255) = 2.62%

R = 60.64%
G = 36.73%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D07E09 (or 0xD07E09) is known color: Ochre. HEX triplet: D0, 7E and 09. RGB value is (208,126,9). Sum of RGB (Red+Green+Blue) = 208+126+9=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 126 (49.61% from 255 or 36.73% from 343); Blue value is 9 (3.91% from 255 or 2.62% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07E09 is #2F81F6. Grayscale: #898989. Windows color (decimal): -3113463 or 622288. OLE color: 622288.

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

Color convert

RGB 208 126 9 -
CMYK 0 0.39 0.96 0.18
HSL 35.28º 0.92% 0.43% -
HSV(B) 35.28º 0.96% 0.82% -
XYZ 33.52 28.35 3.96 -
YUV 137.18 55.67 178.51 -
System Red Green Blue C M Y K H S L
Decimal 208 126 9 0 0.39 0.96 0.18 35.28 0.92 0.43
Hex D0 7E 9 0 27 60 12 23 5C 2B
Octal 320 176 11 0 47 140 22 43 134 53
Binary 11010000 1111110 1001 0 100111 1100000 10010 100011 1011100 101011

Color Harmonies of #D07E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E09

Black with #D07E09

Text Example


Text Example

White with #D07E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E09; }

 p { color: rgb(208,126,9); }

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

background-color css

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

 a { background-color: rgb(208,126,9); }

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

border-color css

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

 span { border-color: rgb(208,126,9); }

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