Html Css Color HEX #D08214 Ochre

📋 copy color: '#D08214'

red 208 ◦ green 130 ◦ blue 20

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

Shades of Ochre #D08214

Tints of Ochre #D08214

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.31%

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

R = 58.1%
G = 36.31%
B = 5.59%

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

#D08214 (or 0xD08214) is known color: Ochre. HEX triplet: D0, 82 and 14. RGB value is (208,130,20). Sum of RGB (Red+Green+Blue) = 208+130+20=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D08214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08214 is #2F7DEB. Grayscale: #8D8D8D. Windows color (decimal): -3112428 or 1344208. OLE color: 1344208.

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

Color convert

RGB 208 130 20 -
CMYK 0 0.38 0.90 0.18
HSL 35.11º 0.82% 0.45% -
HSV(B) 35.11º 0.9% 0.82% -
XYZ 34.12 29.43 4.54 -
YUV 140.78 59.84 175.94 -
System Red Green Blue C M Y K H S L
Decimal 208 130 20 0 0.38 0.90 0.18 35.11 0.82 0.45
Hex D0 82 14 0 26 5A 12 23 52 2D
Octal 320 202 24 0 46 132 22 43 122 55
Binary 11010000 10000010 10100 0 100110 1011010 10010 100011 1010010 101101

Color Harmonies of #D08214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08214

Black with #D08214

Text Example


Text Example

White with #D08214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08214; }

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

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

background-color css

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

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

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

border-color css

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

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

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