Html Css Color HEX #DA7B14 Ochre

📋 copy color: '#DA7B14'

red 218 ◦ green 123 ◦ blue 20

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

Shades of Ochre #DA7B14

Tints of Ochre #DA7B14

RGB

 RED value IS 218 (85.55% from 255) = 60.39%

 GREEN value IS 123 (48.44% from 255) = 34.07%

 BLUE value IS 20 (8.2% from 255) = 5.54%

R = 60.39%
G = 34.07%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA7B14 (or 0xDA7B14) is known color: Ochre. HEX triplet: DA, 7B and 14. RGB value is (218,123,20). Sum of RGB (Red+Green+Blue) = 218+123+20=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7B14 is #2584EB. Grayscale: #8C8C8C. Windows color (decimal): -2458860 or 1342426. OLE color: 1342426.

HSL color Cylindrical-coordinate representation of color #DA7B14: hue angle of 31.21º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA7B14 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 123 20 -
CMYK 0 0.44 0.91 0.15
HSL 31.21º 0.83% 0.47% -
HSV(B) 31.21º 0.91% 0.85% -
XYZ 36.12 29.12 4.38 -
YUV 139.66 60.47 183.88 -
System Red Green Blue C M Y K H S L
Decimal 218 123 20 0 0.44 0.91 0.15 31.21 0.83 0.47
Hex DA 7B 14 0 2C 5B F 1F 53 2F
Octal 332 173 24 0 54 133 17 37 123 57
Binary 11011010 1111011 10100 0 101100 1011011 1111 11111 1010011 101111

Color Harmonies of #DA7B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7B14

Black with #DA7B14

Text Example


Text Example

White with #DA7B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7B14; }

 p { color: rgb(218,123,20); }

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

background-color css

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

 a { background-color: rgb(218,123,20); }

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

border-color css

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

 span { border-color: rgb(218,123,20); }

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