Html Css Color HEX #D07921 Ochre

📋 copy color: '#D07921'

red 208 ◦ green 121 ◦ blue 33

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

Shades of Ochre #D07921

Tints of Ochre #D07921

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.43%

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

R = 57.46%
G = 33.43%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D07921 (or 0xD07921) is known color: Ochre. HEX triplet: D0, 79 and 21. RGB value is (208,121,33). Sum of RGB (Red+Green+Blue) = 208+121+33=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 33 (13.28% from 255 or 9.12% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D07921 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07921 is #2F86DE. Grayscale: #898989. Windows color (decimal): -3114719 or 2193872. OLE color: 2193872.

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

Color convert

RGB 208 121 33 -
CMYK 0 0.42 0.84 0.18
HSL 30.17º 0.73% 0.47% -
HSV(B) 30.17º 0.84% 0.82% -
XYZ 33.12 27.19 4.94 -
YUV 136.98 69.32 178.66 -
System Red Green Blue C M Y K H S L
Decimal 208 121 33 0 0.42 0.84 0.18 30.17 0.73 0.47
Hex D0 79 21 0 2A 54 12 1E 49 2F
Octal 320 171 41 0 52 124 22 36 111 57
Binary 11010000 1111001 100001 0 101010 1010100 10010 11110 1001001 101111

Color Harmonies of #D07921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07921

Black with #D07921

Text Example


Text Example

White with #D07921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07921; }

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

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

background-color css

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

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

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

border-color css

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

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

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