Html Css Color HEX #D08014 Ochre

📋 copy color: '#D08014'

red 208 ◦ green 128 ◦ blue 20

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

Shades of Ochre #D08014

Tints of Ochre #D08014

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.96%

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

R = 58.43%
G = 35.96%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D08014 (or 0xD08014) is known color: Ochre. HEX triplet: D0, 80 and 14. RGB value is (208,128,20). Sum of RGB (Red+Green+Blue) = 208+128+20=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 20 (8.20% from 255 or 5.62% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D08014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08014 is #2F7FEB. Grayscale: #8C8C8C. Windows color (decimal): -3112940 or 1343696. OLE color: 1343696.

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

Color convert

RGB 208 128 20 -
CMYK 0 0.38 0.90 0.18
HSL 34.47º 0.82% 0.45% -
HSV(B) 34.47º 0.9% 0.82% -
XYZ 33.86 28.9 4.46 -
YUV 139.61 60.5 176.78 -
System Red Green Blue C M Y K H S L
Decimal 208 128 20 0 0.38 0.90 0.18 34.47 0.82 0.45
Hex D0 80 14 0 26 5A 12 22 52 2D
Octal 320 200 24 0 46 132 22 42 122 55
Binary 11010000 10000000 10100 0 100110 1011010 10010 100010 1010010 101101

Color Harmonies of #D08014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08014

Black with #D08014

Text Example


Text Example

White with #D08014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08014; }

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

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

background-color css

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

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

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

border-color css

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

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

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