Html Css Color HEX #D07A09 Ochre

📋 copy color: '#D07A09'

red 208 ◦ green 122 ◦ blue 9

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

Shades of Ochre #D07A09

Tints of Ochre #D07A09

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.99%

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

R = 61.36%
G = 35.99%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D07A09 (or 0xD07A09) is known color: Ochre. HEX triplet: D0, 7A and 09. RGB value is (208,122,9). Sum of RGB (Red+Green+Blue) = 208+122+9=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 9 (3.91% from 255 or 2.65% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07A09 is #2F85F6. Grayscale: #878787. Windows color (decimal): -3114487 or 621264. OLE color: 621264.

HSL color Cylindrical-coordinate representation of color #D07A09: hue angle of 34.07º 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 #D07A09 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 122 9 -
CMYK 0 0.41 0.96 0.18
HSL 34.07º 0.92% 0.43% -
HSV(B) 34.07º 0.96% 0.82% -
XYZ 33.02 27.35 3.8 -
YUV 134.83 56.99 180.19 -
System Red Green Blue C M Y K H S L
Decimal 208 122 9 0 0.41 0.96 0.18 34.07 0.92 0.43
Hex D0 7A 9 0 29 60 12 22 5C 2B
Octal 320 172 11 0 51 140 22 42 134 53
Binary 11010000 1111010 1001 0 101001 1100000 10010 100010 1011100 101011

Color Harmonies of #D07A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07A09

Black with #D07A09

Text Example


Text Example

White with #D07A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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