Html Css Color HEX #D67A25 Ochre

📋 copy color: '#D67A25'

red 214 ◦ green 122 ◦ blue 37

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

Shades of Ochre #D67A25

Tints of Ochre #D67A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.92%

R = 57.37%
G = 32.71%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D67A25 (or 0xD67A25) is known color: Ochre. HEX triplet: D6, 7A and 25. RGB value is (214,122,37). Sum of RGB (Red+Green+Blue) = 214+122+37=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67A25 is #2985DA. Grayscale: #8C8C8C. Windows color (decimal): -2721243 or 2456278. OLE color: 2456278.

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

Color convert

RGB 214 122 37 -
CMYK 0 0.43 0.83 0.16
HSL 28.81º 0.71% 0.49% -
HSV(B) 28.81º 0.83% 0.84% -
XYZ 35.03 28.35 5.38 -
YUV 139.82 69.98 180.91 -
System Red Green Blue C M Y K H S L
Decimal 214 122 37 0 0.43 0.83 0.16 28.81 0.71 0.49
Hex D6 7A 25 0 2B 53 10 1D 47 31
Octal 326 172 45 0 53 123 20 35 107 61
Binary 11010110 1111010 100101 0 101011 1010011 10000 11101 1000111 110001

Color Harmonies of #D67A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67A25

Black with #D67A25

Text Example


Text Example

White with #D67A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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