Html Css Color HEX #D08714 Ochre

📋 copy color: '#D08714'

red 208 ◦ green 135 ◦ blue 20

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

Shades of Ochre #D08714

Tints of Ochre #D08714

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.19%

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

R = 57.3%
G = 37.19%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D08714 (or 0xD08714) is known color: Ochre. HEX triplet: D0, 87 and 14. RGB value is (208,135,20). Sum of RGB (Red+Green+Blue) = 208+135+20=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D08714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08714 is #2F78EB. Grayscale: #909090. Windows color (decimal): -3111148 or 1345488. OLE color: 1345488.

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

Color convert

RGB 208 135 20 -
CMYK 0 0.35 0.90 0.18
HSL 36.7º 0.82% 0.45% -
HSV(B) 36.7º 0.9% 0.82% -
XYZ 34.8 30.79 4.77 -
YUV 143.72 58.18 173.85 -
System Red Green Blue C M Y K H S L
Decimal 208 135 20 0 0.35 0.90 0.18 36.7 0.82 0.45
Hex D0 87 14 0 23 5A 12 25 52 2D
Octal 320 207 24 0 43 132 22 45 122 55
Binary 11010000 10000111 10100 0 100011 1011010 10010 100101 1010010 101101

Color Harmonies of #D08714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08714

Black with #D08714

Text Example


Text Example

White with #D08714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08714; }

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

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

background-color css

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

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

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

border-color css

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

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

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