Html Css Color HEX #D07624 Ochre

📋 copy color: '#D07624'

red 208 ◦ green 118 ◦ blue 36

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

Shades of Ochre #D07624

Tints of Ochre #D07624

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.6%

 BLUE value IS 36 (14.45% from 255) = 9.94%

R = 57.46%
G = 32.6%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D07624 (or 0xD07624) is known color: Ochre. HEX triplet: D0, 76 and 24. RGB value is (208,118,36). Sum of RGB (Red+Green+Blue) = 208+118+36=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 36 (14.45% from 255 or 9.94% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D07624 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07624 is #2F89DB. Grayscale: #878787. Windows color (decimal): -3115484 or 2389712. OLE color: 2389712.

HSL color Cylindrical-coordinate representation of color #D07624: hue angle of 28.6º degrees, saturation: 0.7, 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 #D07624 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 118 36 -
CMYK 0 0.43 0.83 0.18
HSL 28.6º 0.7% 0.48% -
HSV(B) 28.6º 0.83% 0.82% -
XYZ 32.81 26.49 5.05 -
YUV 135.56 71.82 179.67 -
System Red Green Blue C M Y K H S L
Decimal 208 118 36 0 0.43 0.83 0.18 28.6 0.7 0.48
Hex D0 76 24 0 2B 53 12 1D 46 30
Octal 320 166 44 0 53 123 22 35 106 60
Binary 11010000 1110110 100100 0 101011 1010011 10010 11101 1000110 110000

Color Harmonies of #D07624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07624

Black with #D07624

Text Example


Text Example

White with #D07624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07624; }

 p { color: rgb(208,118,36); }

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

background-color css

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

 a { background-color: rgb(208,118,36); }

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

border-color css

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

 span { border-color: rgb(208,118,36); }

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