Html Css Color HEX #CD741D Ochre

📋 copy color: '#CD741D'

red 205 ◦ green 116 ◦ blue 29

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

Shades of Ochre #CD741D

Tints of Ochre #CD741D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.29%

R = 58.57%
G = 33.14%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD741D (or 0xCD741D) is known color: Ochre. HEX triplet: CD, 74 and 1D. RGB value is (205,116,29). Sum of RGB (Red+Green+Blue) = 205+116+29=350 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.57% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 205 - color contains mainly: red. Hex color #CD741D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD741D is #328BE2. Grayscale: #858585. Windows color (decimal): -3312611 or 1930445. OLE color: 1930445.

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

Color convert

RGB 205 116 29 -
CMYK 0 0.43 0.86 0.20
HSL 29.66º 0.75% 0.46% -
HSV(B) 29.66º 0.86% 0.8% -
XYZ 31.64 25.56 4.43 -
YUV 132.69 69.49 179.57 -
System Red Green Blue C M Y K H S L
Decimal 205 116 29 0 0.43 0.86 0.20 29.66 0.75 0.46
Hex CD 74 1D 0 2B 56 14 1E 4B 2E
Octal 315 164 35 0 53 126 24 36 113 56
Binary 11001101 1110100 11101 0 101011 1010110 10100 11110 1001011 101110

Color Harmonies of #CD741D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD741D

Black with #CD741D

Text Example


Text Example

White with #CD741D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD741D; }

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

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

background-color css

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

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

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

border-color css

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

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

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