Html Css Color HEX #D27D17 Ochre

📋 copy color: '#D27D17'

red 210 ◦ green 125 ◦ blue 23

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

Shades of Ochre #D27D17

Tints of Ochre #D27D17

RGB

 RED value IS 210 (82.42% from 255) = 58.66%

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

 BLUE value IS 23 (9.38% from 255) = 6.42%

R = 58.66%
G = 34.92%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D27D17 (or 0xD27D17) is known color: Ochre. HEX triplet: D2, 7D and 17. RGB value is (210,125,23). Sum of RGB (Red+Green+Blue) = 210+125+23=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 23 (9.38% from 255 or 6.42% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27D17 is #2D82E8. Grayscale: #8B8B8B. Windows color (decimal): -2982633 or 1539538. OLE color: 1539538.

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

Color convert

RGB 210 125 23 -
CMYK 0 0.40 0.89 0.18
HSL 32.73º 0.8% 0.46% -
HSV(B) 32.73º 0.89% 0.82% -
XYZ 34.07 28.43 4.5 -
YUV 138.79 62.66 178.79 -
System Red Green Blue C M Y K H S L
Decimal 210 125 23 0 0.40 0.89 0.18 32.73 0.8 0.46
Hex D2 7D 17 0 28 59 12 21 50 2E
Octal 322 175 27 0 50 131 22 41 120 56
Binary 11010010 1111101 10111 0 101000 1011001 10010 100001 1010000 101110

Color Harmonies of #D27D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27D17

Black with #D27D17

Text Example


Text Example

White with #D27D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27D17; }

 p { color: rgb(210,125,23); }

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

background-color css

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

 a { background-color: rgb(210,125,23); }

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

border-color css

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

 span { border-color: rgb(210,125,23); }

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