Html Css Color HEX #D07423 Ochre

📋 copy color: '#D07423'

red 208 ◦ green 116 ◦ blue 35

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

Shades of Ochre #D07423

Tints of Ochre #D07423

RGB

 RED value IS 208 (81.64% from 255) = 57.94%

 GREEN value IS 116 (45.7% from 255) = 32.31%

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

R = 57.94%
G = 32.31%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D07423 (or 0xD07423) is known color: Ochre. HEX triplet: D0, 74 and 23. RGB value is (208,116,35). Sum of RGB (Red+Green+Blue) = 208+116+35=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 35 (14.06% from 255 or 9.75% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D07423 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07423 is #2F8BDC. Grayscale: #868686. Windows color (decimal): -3115997 or 2323664. OLE color: 2323664.

HSL color Cylindrical-coordinate representation of color #D07423: hue angle of 28.09º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D07423 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 116 35 -
CMYK 0 0.44 0.83 0.18
HSL 28.09º 0.71% 0.48% -
HSV(B) 28.09º 0.83% 0.82% -
XYZ 32.56 26.02 4.9 -
YUV 134.27 71.98 180.59 -
System Red Green Blue C M Y K H S L
Decimal 208 116 35 0 0.44 0.83 0.18 28.09 0.71 0.48
Hex D0 74 23 0 2C 53 12 1C 47 30
Octal 320 164 43 0 54 123 22 34 107 60
Binary 11010000 1110100 100011 0 101100 1010011 10010 11100 1000111 110000

Color Harmonies of #D07423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07423

Black with #D07423

Text Example


Text Example

White with #D07423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07423; }

 p { color: rgb(208,116,35); }

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

background-color css

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

 a { background-color: rgb(208,116,35); }

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

border-color css

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

 span { border-color: rgb(208,116,35); }

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