Html Css Color HEX #D07B0D Ochre

📋 copy color: '#D07B0D'

red 208 ◦ green 123 ◦ blue 13

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

Shades of Ochre #D07B0D

Tints of Ochre #D07B0D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.76%

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

R = 60.47%
G = 35.76%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D07B0D (or 0xD07B0D) is known color: Ochre. HEX triplet: D0, 7B and 0D. RGB value is (208,123,13). Sum of RGB (Red+Green+Blue) = 208+123+13=344 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.47% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 13 (5.47% from 255 or 3.78% from 344); Max value from RGB is 208 - color contains mainly: red. Hex color #D07B0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07B0D is #2F84F2. Grayscale: #888888. Windows color (decimal): -3114227 or 883664. OLE color: 883664.

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

Color convert

RGB 208 123 13 -
CMYK 0 0.41 0.94 0.18
HSL 33.85º 0.88% 0.43% -
HSV(B) 33.85º 0.94% 0.82% -
XYZ 33.17 27.6 3.96 -
YUV 135.88 58.66 179.44 -
System Red Green Blue C M Y K H S L
Decimal 208 123 13 0 0.41 0.94 0.18 33.85 0.88 0.43
Hex D0 7B D 0 29 5E 12 22 58 2B
Octal 320 173 15 0 51 136 22 42 130 53
Binary 11010000 1111011 1101 0 101001 1011110 10010 100010 1011000 101011

Color Harmonies of #D07B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07B0D

Black with #D07B0D

Text Example


Text Example

White with #D07B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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