Html Css Color HEX #CD721D Ochre

📋 copy color: '#CD721D'

red 205 ◦ green 114 ◦ blue 29

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

Shades of Ochre #CD721D

Tints of Ochre #CD721D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.76%

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

R = 58.91%
G = 32.76%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD721D (or 0xCD721D) is known color: Ochre. HEX triplet: CD, 72 and 1D. RGB value is (205,114,29). Sum of RGB (Red+Green+Blue) = 205+114+29=348 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.91% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 205 - color contains mainly: red. Hex color #CD721D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD721D is #328DE2. Grayscale: #838383. Windows color (decimal): -3313123 or 1929933. OLE color: 1929933.

HSL color Cylindrical-coordinate representation of color #CD721D: hue angle of 28.98º 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 #CD721D is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 114 29 -
CMYK 0 0.44 0.86 0.20
HSL 28.98º 0.75% 0.46% -
HSV(B) 28.98º 0.86% 0.8% -
XYZ 31.42 25.1 4.35 -
YUV 131.52 70.15 180.41 -
System Red Green Blue C M Y K H S L
Decimal 205 114 29 0 0.44 0.86 0.20 28.98 0.75 0.46
Hex CD 72 1D 0 2C 56 14 1D 4B 2E
Octal 315 162 35 0 54 126 24 35 113 56
Binary 11001101 1110010 11101 0 101100 1010110 10100 11101 1001011 101110

Color Harmonies of #CD721D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD721D

Black with #CD721D

Text Example


Text Example

White with #CD721D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD721D; }

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

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

background-color css

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

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

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

border-color css

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

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

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