Html Css Color HEX #D07D23 Ochre

📋 copy color: '#D07D23'

red 208 ◦ green 125 ◦ blue 35

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

Shades of Ochre #D07D23

Tints of Ochre #D07D23

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.97%

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

R = 56.52%
G = 33.97%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D07D23 (or 0xD07D23) is known color: Ochre. HEX triplet: D0, 7D and 23. RGB value is (208,125,35). Sum of RGB (Red+Green+Blue) = 208+125+35=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 35 (14.06% from 255 or 9.51% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07D23 is #2F82DC. Grayscale: #8C8C8C. Windows color (decimal): -3113693 or 2325968. OLE color: 2325968.

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

Color convert

RGB 208 125 35 -
CMYK 0 0.40 0.83 0.18
HSL 31.21º 0.71% 0.48% -
HSV(B) 31.21º 0.83% 0.82% -
XYZ 33.65 28.2 5.26 -
YUV 139.56 69 176.82 -
System Red Green Blue C M Y K H S L
Decimal 208 125 35 0 0.40 0.83 0.18 31.21 0.71 0.48
Hex D0 7D 23 0 28 53 12 1F 47 30
Octal 320 175 43 0 50 123 22 37 107 60
Binary 11010000 1111101 100011 0 101000 1010011 10010 11111 1000111 110000

Color Harmonies of #D07D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07D23

Black with #D07D23

Text Example


Text Example

White with #D07D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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