Html Css Color HEX #CD740D Ochre

📋 copy color: '#CD740D'

red 205 ◦ green 116 ◦ blue 13

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

Shades of Ochre #CD740D

Tints of Ochre #CD740D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.73%

 BLUE value IS 13 (5.47% from 255) = 3.89%

R = 61.38%
G = 34.73%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CD740D (or 0xCD740D) is known color: Ochre. HEX triplet: CD, 74 and 0D. RGB value is (205,116,13). Sum of RGB (Red+Green+Blue) = 205+116+13=334 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.38% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 205 - color contains mainly: red. Hex color #CD740D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD740D is #328BF2. Grayscale: #838383. Windows color (decimal): -3312627 or 881869. OLE color: 881869.

HSL color Cylindrical-coordinate representation of color #CD740D: hue angle of 32.19º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD740D is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 116 13 -
CMYK 0 0.43 0.94 0.20
HSL 32.19º 0.88% 0.43% -
HSV(B) 32.19º 0.94% 0.8% -
XYZ 31.49 25.5 3.64 -
YUV 130.87 61.49 180.88 -
System Red Green Blue C M Y K H S L
Decimal 205 116 13 0 0.43 0.94 0.20 32.19 0.88 0.43
Hex CD 74 D 0 2B 5E 14 20 58 2B
Octal 315 164 15 0 53 136 24 40 130 53
Binary 11001101 1110100 1101 0 101011 1011110 10100 100000 1011000 101011

Color Harmonies of #CD740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD740D

Black with #CD740D

Text Example


Text Example

White with #CD740D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD740D; }

 p { color: rgb(205,116,13); }

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

background-color css

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

 a { background-color: rgb(205,116,13); }

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

border-color css

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

 span { border-color: rgb(205,116,13); }

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