Html Css Color HEX #CD721C Ochre

📋 copy color: '#CD721C'

red 205 ◦ green 114 ◦ blue 28

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

Shades of Ochre #CD721C

Tints of Ochre #CD721C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.07%

R = 59.08%
G = 32.85%
B = 8.07%

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

#CD721C (or 0xCD721C) is known color: Ochre. HEX triplet: CD, 72 and 1C. RGB value is (205,114,28). Sum of RGB (Red+Green+Blue) = 205+114+28=347 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.08% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 205 - color contains mainly: red. Hex color #CD721C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD721C is #328DE3. Grayscale: #838383. Windows color (decimal): -3313124 or 1864397. OLE color: 1864397.

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

Color convert

RGB 205 114 28 -
CMYK 0 0.44 0.86 0.20
HSL 29.15º 0.76% 0.46% -
HSV(B) 29.15º 0.86% 0.8% -
XYZ 31.4 25.1 4.29 -
YUV 131.41 69.65 180.49 -
System Red Green Blue C M Y K H S L
Decimal 205 114 28 0 0.44 0.86 0.20 29.15 0.76 0.46
Hex CD 72 1C 0 2C 56 14 1D 4C 2E
Octal 315 162 34 0 54 126 24 35 114 56
Binary 11001101 1110010 11100 0 101100 1010110 10100 11101 1001100 101110

Color Harmonies of #CD721C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD721C

Black with #CD721C

Text Example


Text Example

White with #CD721C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD721C; }

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

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

background-color css

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

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

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

border-color css

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

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

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