Html Css Color HEX #D68119 Ochre

📋 copy color: '#D68119'

red 214 ◦ green 129 ◦ blue 25

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

Shades of Ochre #D68119

Tints of Ochre #D68119

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.05%

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

R = 58.15%
G = 35.05%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D68119 (or 0xD68119) is known color: Ochre. HEX triplet: D6, 81 and 19. RGB value is (214,129,25). Sum of RGB (Red+Green+Blue) = 214+129+25=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 25 (10.16% from 255 or 6.79% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D68119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68119 is #297EE6. Grayscale: #8F8F8F. Windows color (decimal): -2719463 or 1671638. OLE color: 1671638.

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

Color convert

RGB 214 129 25 -
CMYK 0 0.40 0.88 0.16
HSL 33.02º 0.79% 0.47% -
HSV(B) 33.02º 0.88% 0.84% -
XYZ 35.76 30.07 4.84 -
YUV 142.56 61.66 178.96 -
System Red Green Blue C M Y K H S L
Decimal 214 129 25 0 0.40 0.88 0.16 33.02 0.79 0.47
Hex D6 81 19 0 28 58 10 21 4F 2F
Octal 326 201 31 0 50 130 20 41 117 57
Binary 11010110 10000001 11001 0 101000 1011000 10000 100001 1001111 101111

Color Harmonies of #D68119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68119

Black with #D68119

Text Example


Text Example

White with #D68119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68119; }

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

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

background-color css

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

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

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

border-color css

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

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

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