Html Css Color HEX #D67A27 Ochre

📋 copy color: '#D67A27'

red 214 ◦ green 122 ◦ blue 39

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

Shades of Ochre #D67A27

Tints of Ochre #D67A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.4%

R = 57.07%
G = 32.53%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D67A27 (or 0xD67A27) is known color: Ochre. HEX triplet: D6, 7A and 27. RGB value is (214,122,39). Sum of RGB (Red+Green+Blue) = 214+122+39=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 39 (15.62% from 255 or 10.4% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67A27 is #2985D8. Grayscale: #8C8C8C. Windows color (decimal): -2721241 or 2587350. OLE color: 2587350.

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

Color convert

RGB 214 122 39 -
CMYK 0 0.43 0.82 0.16
HSL 28.46º 0.69% 0.5% -
HSV(B) 28.46º 0.82% 0.84% -
XYZ 35.06 28.36 5.55 -
YUV 140.05 70.98 180.75 -
System Red Green Blue C M Y K H S L
Decimal 214 122 39 0 0.43 0.82 0.16 28.46 0.69 0.5
Hex D6 7A 27 0 2B 52 10 1C 45 32
Octal 326 172 47 0 53 122 20 34 105 62
Binary 11010110 1111010 100111 0 101011 1010010 10000 11100 1000101 110010

Color Harmonies of #D67A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67A27

Black with #D67A27

Text Example


Text Example

White with #D67A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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