Html Css Color HEX #D07D09 Ochre

📋 copy color: '#D07D09'

red 208 ◦ green 125 ◦ blue 9

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

Shades of Ochre #D07D09

Tints of Ochre #D07D09

RGB

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

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

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

R = 60.82%
G = 36.55%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D07D09 (or 0xD07D09) is known color: Ochre. HEX triplet: D0, 7D and 09. RGB value is (208,125,9). Sum of RGB (Red+Green+Blue) = 208+125+9=342 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.82% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 9 (3.91% from 255 or 2.63% from 342); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07D09 is #2F82F6. Grayscale: #898989. Windows color (decimal): -3113719 or 622032. OLE color: 622032.

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

Color convert

RGB 208 125 9 -
CMYK 0 0.40 0.96 0.18
HSL 34.97º 0.92% 0.43% -
HSV(B) 34.97º 0.96% 0.82% -
XYZ 33.4 28.1 3.92 -
YUV 136.59 56 178.93 -
System Red Green Blue C M Y K H S L
Decimal 208 125 9 0 0.40 0.96 0.18 34.97 0.92 0.43
Hex D0 7D 9 0 28 60 12 23 5C 2B
Octal 320 175 11 0 50 140 22 43 134 53
Binary 11010000 1111101 1001 0 101000 1100000 10010 100011 1011100 101011

Color Harmonies of #D07D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07D09

Black with #D07D09

Text Example


Text Example

White with #D07D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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