Html Css Color HEX #CD781C Ochre

📋 copy color: '#CD781C'

red 205 ◦ green 120 ◦ blue 28

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

Shades of Ochre #CD781C

Tints of Ochre #CD781C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.99%

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

R = 58.07%
G = 33.99%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD781C (or 0xCD781C) is known color: Ochre. HEX triplet: CD, 78 and 1C. RGB value is (205,120,28). Sum of RGB (Red+Green+Blue) = 205+120+28=353 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.07% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 205 - color contains mainly: red. Hex color #CD781C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD781C is #3287E3. Grayscale: #878787. Windows color (decimal): -3311588 or 1865933. OLE color: 1865933.

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

Color convert

RGB 205 120 28 -
CMYK 0 0.41 0.86 0.20
HSL 31.19º 0.76% 0.46% -
HSV(B) 31.19º 0.86% 0.8% -
XYZ 32.1 26.5 4.52 -
YUV 134.93 67.66 177.98 -
System Red Green Blue C M Y K H S L
Decimal 205 120 28 0 0.41 0.86 0.20 31.19 0.76 0.46
Hex CD 78 1C 0 29 56 14 1F 4C 2E
Octal 315 170 34 0 51 126 24 37 114 56
Binary 11001101 1111000 11100 0 101001 1010110 10100 11111 1001100 101110

Color Harmonies of #CD781C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD781C

Black with #CD781C

Text Example


Text Example

White with #CD781C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD781C; }

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

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

background-color css

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

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

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

border-color css

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

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

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