Html Css Color HEX #D67D21 Ochre

📋 copy color: '#D67D21'

red 214 ◦ green 125 ◦ blue 33

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

Shades of Ochre #D67D21

Tints of Ochre #D67D21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.87%

R = 57.53%
G = 33.6%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D67D21 (or 0xD67D21) is known color: Ochre. HEX triplet: D6, 7D and 21. RGB value is (214,125,33). Sum of RGB (Red+Green+Blue) = 214+125+33=372 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.53% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 33 (13.28% from 255 or 8.87% from 372); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67D21 is #2982DE. Grayscale: #8D8D8D. Windows color (decimal): -2720479 or 2194902. OLE color: 2194902.

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

Color convert

RGB 214 125 33 -
CMYK 0 0.42 0.85 0.16
HSL 30.5º 0.73% 0.48% -
HSV(B) 30.5º 0.85% 0.84% -
XYZ 35.34 29.07 5.19 -
YUV 141.12 66.99 179.98 -
System Red Green Blue C M Y K H S L
Decimal 214 125 33 0 0.42 0.85 0.16 30.5 0.73 0.48
Hex D6 7D 21 0 2A 55 10 1E 49 30
Octal 326 175 41 0 52 125 20 36 111 60
Binary 11010110 1111101 100001 0 101010 1010101 10000 11110 1001001 110000

Color Harmonies of #D67D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67D21

Black with #D67D21

Text Example


Text Example

White with #D67D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67D21; }

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

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

background-color css

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

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

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

border-color css

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

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

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