Html Css Color HEX #D07C21 Ochre

📋 copy color: '#D07C21'

red 208 ◦ green 124 ◦ blue 33

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

Shades of Ochre #D07C21

Tints of Ochre #D07C21

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.97%

 BLUE value IS 33 (13.28% from 255) = 9.04%

R = 56.99%
G = 33.97%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D07C21 (or 0xD07C21) is known color: Ochre. HEX triplet: D0, 7C and 21. RGB value is (208,124,33). Sum of RGB (Red+Green+Blue) = 208+124+33=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 33 (13.28% from 255 or 9.04% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07C21 is #2F83DE. Grayscale: #8B8B8B. Windows color (decimal): -3113951 or 2194640. OLE color: 2194640.

HSL color Cylindrical-coordinate representation of color #D07C21: hue angle of 31.2º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D07C21 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 124 33 -
CMYK 0 0.40 0.84 0.18
HSL 31.2º 0.73% 0.47% -
HSV(B) 31.2º 0.84% 0.82% -
XYZ 33.49 27.94 5.07 -
YUV 138.74 68.33 177.4 -
System Red Green Blue C M Y K H S L
Decimal 208 124 33 0 0.40 0.84 0.18 31.2 0.73 0.47
Hex D0 7C 21 0 28 54 12 1F 49 2F
Octal 320 174 41 0 50 124 22 37 111 57
Binary 11010000 1111100 100001 0 101000 1010100 10010 11111 1001001 101111

Color Harmonies of #D07C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07C21

Black with #D07C21

Text Example


Text Example

White with #D07C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07C21; }

 p { color: rgb(208,124,33); }

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

background-color css

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

 a { background-color: rgb(208,124,33); }

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

border-color css

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

 span { border-color: rgb(208,124,33); }

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