Html Css Color HEX #D68122 Ochre

📋 copy color: '#D68122'

red 214 ◦ green 129 ◦ blue 34

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

Shades of Ochre #D68122

Tints of Ochre #D68122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.02%

R = 56.76%
G = 34.22%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D68122 (or 0xD68122) is known color: Ochre. HEX triplet: D6, 81 and 22. RGB value is (214,129,34). Sum of RGB (Red+Green+Blue) = 214+129+34=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 34 (13.67% from 255 or 9.02% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D68122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68122 is #297EDD. Grayscale: #909090. Windows color (decimal): -2719454 or 2261462. OLE color: 2261462.

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

Color convert

RGB 214 129 34 -
CMYK 0 0.40 0.84 0.16
HSL 31.67º 0.73% 0.49% -
HSV(B) 31.67º 0.84% 0.84% -
XYZ 35.87 30.11 5.44 -
YUV 143.59 66.16 178.22 -
System Red Green Blue C M Y K H S L
Decimal 214 129 34 0 0.40 0.84 0.16 31.67 0.73 0.49
Hex D6 81 22 0 28 54 10 20 49 31
Octal 326 201 42 0 50 124 20 40 111 61
Binary 11010110 10000001 100010 0 101000 1010100 10000 100000 1001001 110001

Color Harmonies of #D68122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68122

Black with #D68122

Text Example


Text Example

White with #D68122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68122; }

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

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

background-color css

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

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

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

border-color css

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

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

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