Html Css Color HEX #D07B14 Ochre

📋 copy color: '#D07B14'

red 208 ◦ green 123 ◦ blue 20

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

Shades of Ochre #D07B14

Tints of Ochre #D07B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.7%

R = 59.26%
G = 35.04%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D07B14 (or 0xD07B14) is known color: Ochre. HEX triplet: D0, 7B and 14. RGB value is (208,123,20). Sum of RGB (Red+Green+Blue) = 208+123+20=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D07B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07B14 is #2F84EB. Grayscale: #898989. Windows color (decimal): -3114220 or 1342416. OLE color: 1342416.

HSL color Cylindrical-coordinate representation of color #D07B14: hue angle of 32.87º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D07B14 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 123 20 -
CMYK 0 0.41 0.90 0.18
HSL 32.87º 0.82% 0.45% -
HSV(B) 32.87º 0.9% 0.82% -
XYZ 33.22 27.63 4.24 -
YUV 136.67 62.16 178.88 -
System Red Green Blue C M Y K H S L
Decimal 208 123 20 0 0.41 0.90 0.18 32.87 0.82 0.45
Hex D0 7B 14 0 29 5A 12 21 52 2D
Octal 320 173 24 0 51 132 22 41 122 55
Binary 11010000 1111011 10100 0 101001 1011010 10010 100001 1010010 101101

Color Harmonies of #D07B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07B14

Black with #D07B14

Text Example


Text Example

White with #D07B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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