Html Css Color HEX #D67619 Ochre

📋 copy color: '#D67619'

red 214 ◦ green 118 ◦ blue 25

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

Shades of Ochre #D67619

Tints of Ochre #D67619

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.05%

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

R = 59.94%
G = 33.05%
B = 7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D67619 (or 0xD67619) is known color: Ochre. HEX triplet: D6, 76 and 19. RGB value is (214,118,25). Sum of RGB (Red+Green+Blue) = 214+118+25=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 25 (10.16% from 255 or 7.00% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D67619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67619 is #2989E6. Grayscale: #888888. Windows color (decimal): -2722279 or 1668822. OLE color: 1668822.

HSL color Cylindrical-coordinate representation of color #D67619: hue angle of 29.52º 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 #D67619 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 118 25 -
CMYK 0 0.45 0.88 0.16
HSL 29.52º 0.79% 0.47% -
HSV(B) 29.52º 0.88% 0.84% -
XYZ 34.39 27.32 4.38 -
YUV 136.1 65.3 183.56 -
System Red Green Blue C M Y K H S L
Decimal 214 118 25 0 0.45 0.88 0.16 29.52 0.79 0.47
Hex D6 76 19 0 2D 58 10 1E 4F 2F
Octal 326 166 31 0 55 130 20 36 117 57
Binary 11010110 1110110 11001 0 101101 1011000 10000 11110 1001111 101111

Color Harmonies of #D67619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67619

Black with #D67619

Text Example


Text Example

White with #D67619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67619; }

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

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

background-color css

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

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

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

border-color css

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

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

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