Html Css Color HEX #CD7D14 Ochre

📋 copy color: '#CD7D14'

red 205 ◦ green 125 ◦ blue 20

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

Shades of Ochre #CD7D14

Tints of Ochre #CD7D14

RGB

 RED value IS 205 (80.47% from 255) = 58.57%

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

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

R = 58.57%
G = 35.71%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CD7D14 (or 0xCD7D14) is known color: Ochre. HEX triplet: CD, 7D and 14. RGB value is (205,125,20). Sum of RGB (Red+Green+Blue) = 205+125+20=350 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.57% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7D14 is #3282EB. Grayscale: #898989. Windows color (decimal): -3310316 or 1342925. OLE color: 1342925.

HSL color Cylindrical-coordinate representation of color #CD7D14: hue angle of 34.05º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD7D14 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 125 20 -
CMYK 0 0.39 0.90 0.20
HSL 34.05º 0.82% 0.44% -
HSV(B) 34.05º 0.9% 0.8% -
XYZ 32.64 27.7 4.29 -
YUV 136.95 62 176.54 -
System Red Green Blue C M Y K H S L
Decimal 205 125 20 0 0.39 0.90 0.20 34.05 0.82 0.44
Hex CD 7D 14 0 27 5A 14 22 52 2C
Octal 315 175 24 0 47 132 24 42 122 54
Binary 11001101 1111101 10100 0 100111 1011010 10100 100010 1010010 101100

Color Harmonies of #CD7D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7D14

Black with #CD7D14

Text Example


Text Example

White with #CD7D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7D14; }

 p { color: rgb(205,125,20); }

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

background-color css

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

 a { background-color: rgb(205,125,20); }

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

border-color css

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

 span { border-color: rgb(205,125,20); }

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