Html Css Color HEX #D67D0D Ochre

📋 copy color: '#D67D0D'

red 214 ◦ green 125 ◦ blue 13

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

Shades of Ochre #D67D0D

Tints of Ochre #D67D0D

RGB

 RED value IS 214 (83.98% from 255) = 60.8%

 GREEN value IS 125 (49.22% from 255) = 35.51%

 BLUE value IS 13 (5.47% from 255) = 3.69%

R = 60.8%
G = 35.51%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D67D0D (or 0xD67D0D) is known color: Ochre. HEX triplet: D6, 7D and 0D. RGB value is (214,125,13). Sum of RGB (Red+Green+Blue) = 214+125+13=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 13 (5.47% from 255 or 3.69% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67D0D is #2982F2. Grayscale: #8B8B8B. Windows color (decimal): -2720499 or 884182. OLE color: 884182.

HSL color Cylindrical-coordinate representation of color #D67D0D: hue angle of 33.43º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D67D0D is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 125 13 -
CMYK 0 0.42 0.94 0.16
HSL 33.43º 0.89% 0.45% -
HSV(B) 33.43º 0.94% 0.84% -
XYZ 35.14 28.99 4.12 -
YUV 138.84 56.99 181.61 -
System Red Green Blue C M Y K H S L
Decimal 214 125 13 0 0.42 0.94 0.16 33.43 0.89 0.45
Hex D6 7D D 0 2A 5E 10 21 59 2D
Octal 326 175 15 0 52 136 20 41 131 55
Binary 11010110 1111101 1101 0 101010 1011110 10000 100001 1011001 101101

Color Harmonies of #D67D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67D0D

Black with #D67D0D

Text Example


Text Example

White with #D67D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67D0D; }

 p { color: rgb(214,125,13); }

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

background-color css

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

 a { background-color: rgb(214,125,13); }

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

border-color css

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

 span { border-color: rgb(214,125,13); }

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