Html Css Color HEX #D08314 Ochre

📋 copy color: '#D08314'

red 208 ◦ green 131 ◦ blue 20

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

Shades of Ochre #D08314

Tints of Ochre #D08314

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.49%

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

R = 57.94%
G = 36.49%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D08314 (or 0xD08314) is known color: Ochre. HEX triplet: D0, 83 and 14. RGB value is (208,131,20). Sum of RGB (Red+Green+Blue) = 208+131+20=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D08314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08314 is #2F7CEB. Grayscale: #8D8D8D. Windows color (decimal): -3112172 or 1344464. OLE color: 1344464.

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

Color convert

RGB 208 131 20 -
CMYK 0 0.37 0.90 0.18
HSL 35.43º 0.82% 0.45% -
HSV(B) 35.43º 0.9% 0.82% -
XYZ 34.25 29.69 4.59 -
YUV 141.37 59.51 175.53 -
System Red Green Blue C M Y K H S L
Decimal 208 131 20 0 0.37 0.90 0.18 35.43 0.82 0.45
Hex D0 83 14 0 25 5A 12 23 52 2D
Octal 320 203 24 0 45 132 22 43 122 55
Binary 11010000 10000011 10100 0 100101 1011010 10010 100011 1010010 101101

Color Harmonies of #D08314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08314

Black with #D08314

Text Example


Text Example

White with #D08314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08314; }

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

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

background-color css

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

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

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

border-color css

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

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

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