Html Css Color HEX #D58023 Ochre

📋 copy color: '#D58023'

red 213 ◦ green 128 ◦ blue 35

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

Shades of Ochre #D58023

Tints of Ochre #D58023

RGB

 RED value IS 213 (83.59% from 255) = 56.65%

 GREEN value IS 128 (50.39% from 255) = 34.04%

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

R = 56.65%
G = 34.04%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D58023 (or 0xD58023) is known color: Ochre. HEX triplet: D5, 80 and 23. RGB value is (213,128,35). Sum of RGB (Red+Green+Blue) = 213+128+35=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 35 (14.06% from 255 or 9.31% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D58023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58023 is #2A7FDC. Grayscale: #8F8F8F. Windows color (decimal): -2785245 or 2326741. OLE color: 2326741.

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

Color convert

RGB 213 128 35 -
CMYK 0 0.40 0.84 0.16
HSL 31.35º 0.72% 0.49% -
HSV(B) 31.35º 0.84% 0.84% -
XYZ 35.46 29.71 5.45 -
YUV 142.81 67.16 178.06 -
System Red Green Blue C M Y K H S L
Decimal 213 128 35 0 0.40 0.84 0.16 31.35 0.72 0.49
Hex D5 80 23 0 28 54 10 1F 48 31
Octal 325 200 43 0 50 124 20 37 110 61
Binary 11010101 10000000 100011 0 101000 1010100 10000 11111 1001000 110001

Color Harmonies of #D58023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58023

Black with #D58023

Text Example


Text Example

White with #D58023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58023; }

 p { color: rgb(213,128,35); }

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

background-color css

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

 a { background-color: rgb(213,128,35); }

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

border-color css

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

 span { border-color: rgb(213,128,35); }

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