Html Css Color HEX #D48023 Ochre

📋 copy color: '#D48023'

red 212 ◦ green 128 ◦ blue 35

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

Shades of Ochre #D48023

Tints of Ochre #D48023

RGB

 RED value IS 212 (83.2% from 255) = 56.53%

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

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

R = 56.53%
G = 34.13%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D48023 (or 0xD48023) is known color: Ochre. HEX triplet: D4, 80 and 23. RGB value is (212,128,35). Sum of RGB (Red+Green+Blue) = 212+128+35=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 35 (14.06% from 255 or 9.33% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D48023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48023 is #2B7FDC. Grayscale: #8E8E8E. Windows color (decimal): -2850781 or 2326740. OLE color: 2326740.

HSL color Cylindrical-coordinate representation of color #D48023: hue angle of 31.53º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D48023 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 128 35 -
CMYK 0 0.40 0.83 0.17
HSL 31.53º 0.72% 0.48% -
HSV(B) 31.53º 0.83% 0.83% -
XYZ 35.17 29.56 5.44 -
YUV 142.51 67.33 177.56 -
System Red Green Blue C M Y K H S L
Decimal 212 128 35 0 0.40 0.83 0.17 31.53 0.72 0.48
Hex D4 80 23 0 28 53 11 20 48 30
Octal 324 200 43 0 50 123 21 40 110 60
Binary 11010100 10000000 100011 0 101000 1010011 10001 100000 1001000 110000

Color Harmonies of #D48023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48023

Black with #D48023

Text Example


Text Example

White with #D48023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48023; }

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

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

background-color css

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

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

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

border-color css

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

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

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