Html Css Color HEX #D67D23 Ochre

📋 copy color: '#D67D23'

red 214 ◦ green 125 ◦ blue 35

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

Shades of Ochre #D67D23

Tints of Ochre #D67D23

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.42%

 BLUE value IS 35 (14.06% from 255) = 9.36%

R = 57.22%
G = 33.42%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D67D23 (or 0xD67D23) is known color: Ochre. HEX triplet: D6, 7D and 23. RGB value is (214,125,35). Sum of RGB (Red+Green+Blue) = 214+125+35=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 35 (14.06% from 255 or 9.36% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67D23 is #2982DC. Grayscale: #8D8D8D. Windows color (decimal): -2720477 or 2325974. OLE color: 2325974.

HSL color Cylindrical-coordinate representation of color #D67D23: hue angle of 30.17º degrees, saturation: 0.72, 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 #D67D23 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 125 35 -
CMYK 0 0.42 0.84 0.16
HSL 30.17º 0.72% 0.49% -
HSV(B) 30.17º 0.84% 0.84% -
XYZ 35.37 29.08 5.34 -
YUV 141.35 67.99 179.82 -
System Red Green Blue C M Y K H S L
Decimal 214 125 35 0 0.42 0.84 0.16 30.17 0.72 0.49
Hex D6 7D 23 0 2A 54 10 1E 48 31
Octal 326 175 43 0 52 124 20 36 110 61
Binary 11010110 1111101 100011 0 101010 1010100 10000 11110 1001000 110001

Color Harmonies of #D67D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67D23

Black with #D67D23

Text Example


Text Example

White with #D67D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67D23; }

 p { color: rgb(214,125,35); }

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

background-color css

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

 a { background-color: rgb(214,125,35); }

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

border-color css

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

 span { border-color: rgb(214,125,35); }

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