Html Css Color HEX #D67A19 Ochre

📋 copy color: '#D67A19'

red 214 ◦ green 122 ◦ blue 25

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

Shades of Ochre #D67A19

Tints of Ochre #D67A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.93%

R = 59.28%
G = 33.8%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D67A19 (or 0xD67A19) is known color: Ochre. HEX triplet: D6, 7A and 19. RGB value is (214,122,25). Sum of RGB (Red+Green+Blue) = 214+122+25=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 25 (10.16% from 255 or 6.93% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67A19 is #2985E6. Grayscale: #8A8A8A. Windows color (decimal): -2721255 or 1669846. OLE color: 1669846.

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

Color convert

RGB 214 122 25 -
CMYK 0 0.43 0.88 0.16
HSL 30.79º 0.79% 0.47% -
HSV(B) 30.79º 0.88% 0.84% -
XYZ 34.87 28.29 4.54 -
YUV 138.45 63.98 181.89 -
System Red Green Blue C M Y K H S L
Decimal 214 122 25 0 0.43 0.88 0.16 30.79 0.79 0.47
Hex D6 7A 19 0 2B 58 10 1F 4F 2F
Octal 326 172 31 0 53 130 20 37 117 57
Binary 11010110 1111010 11001 0 101011 1011000 10000 11111 1001111 101111

Color Harmonies of #D67A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67A19

Black with #D67A19

Text Example


Text Example

White with #D67A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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