Html Css Color HEX #D08323 Ochre

📋 copy color: '#D08323'

red 208 ◦ green 131 ◦ blue 35

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

Shades of Ochre #D08323

Tints of Ochre #D08323

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.03%

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

R = 55.61%
G = 35.03%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D08323 (or 0xD08323) is known color: Ochre. HEX triplet: D0, 83 and 23. RGB value is (208,131,35). Sum of RGB (Red+Green+Blue) = 208+131+35=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 35 (14.06% from 255 or 9.36% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D08323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08323 is #2F7CDC. Grayscale: #8F8F8F. Windows color (decimal): -3112157 or 2327504. OLE color: 2327504.

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

Color convert

RGB 208 131 35 -
CMYK 0 0.37 0.83 0.18
HSL 33.29º 0.71% 0.48% -
HSV(B) 33.29º 0.83% 0.82% -
XYZ 34.43 29.76 5.52 -
YUV 143.08 67.01 174.31 -
System Red Green Blue C M Y K H S L
Decimal 208 131 35 0 0.37 0.83 0.18 33.29 0.71 0.48
Hex D0 83 23 0 25 53 12 21 47 30
Octal 320 203 43 0 45 123 22 41 107 60
Binary 11010000 10000011 100011 0 100101 1010011 10010 100001 1000111 110000

Color Harmonies of #D08323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08323

Black with #D08323

Text Example


Text Example

White with #D08323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08323; }

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

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

background-color css

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

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

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

border-color css

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

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

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