Html Css Color HEX #D67A1E Ochre

📋 copy color: '#D67A1E'

red 214 ◦ green 122 ◦ blue 30

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

Shades of Ochre #D67A1E

Tints of Ochre #D67A1E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.33%

 BLUE value IS 30 (12.11% from 255) = 8.2%

R = 58.47%
G = 33.33%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D67A1E (or 0xD67A1E) is known color: Ochre. HEX triplet: D6, 7A and 1E. RGB value is (214,122,30). Sum of RGB (Red+Green+Blue) = 214+122+30=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 30 (12.11% from 255 or 8.20% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67A1E is #2985E1. Grayscale: #8B8B8B. Windows color (decimal): -2721250 or 1997526. OLE color: 1997526.

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

Color convert

RGB 214 122 30 -
CMYK 0 0.43 0.86 0.16
HSL 30º 0.75% 0.48% -
HSV(B) 30º 0.86% 0.84% -
XYZ 34.93 28.31 4.85 -
YUV 139.02 66.48 181.48 -
System Red Green Blue C M Y K H S L
Decimal 214 122 30 0 0.43 0.86 0.16 30 0.75 0.48
Hex D6 7A 1E 0 2B 56 10 1E 4B 30
Octal 326 172 36 0 53 126 20 36 113 60
Binary 11010110 1111010 11110 0 101011 1010110 10000 11110 1001011 110000

Color Harmonies of #D67A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67A1E

Black with #D67A1E

Text Example


Text Example

White with #D67A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67A1E; }

 p { color: rgb(214,122,30); }

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

background-color css

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

 a { background-color: rgb(214,122,30); }

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

border-color css

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

 span { border-color: rgb(214,122,30); }

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