Html Css Color HEX #CD760D Ochre

📋 copy color: '#CD760D'

red 205 ◦ green 118 ◦ blue 13

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

Shades of Ochre #CD760D

Tints of Ochre #CD760D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.12%

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

R = 61.01%
G = 35.12%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CD760D (or 0xCD760D) is known color: Ochre. HEX triplet: CD, 76 and 0D. RGB value is (205,118,13). Sum of RGB (Red+Green+Blue) = 205+118+13=336 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.01% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 205 - color contains mainly: red. Hex color #CD760D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD760D is #3289F2. Grayscale: #848484. Windows color (decimal): -3312115 or 882381. OLE color: 882381.

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

Color convert

RGB 205 118 13 -
CMYK 0 0.42 0.94 0.20
HSL 32.81º 0.88% 0.43% -
HSV(B) 32.81º 0.94% 0.8% -
XYZ 31.73 25.97 3.72 -
YUV 132.04 60.82 180.04 -
System Red Green Blue C M Y K H S L
Decimal 205 118 13 0 0.42 0.94 0.20 32.81 0.88 0.43
Hex CD 76 D 0 2A 5E 14 21 58 2B
Octal 315 166 15 0 52 136 24 41 130 53
Binary 11001101 1110110 1101 0 101010 1011110 10100 100001 1011000 101011

Color Harmonies of #CD760D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD760D

Black with #CD760D

Text Example


Text Example

White with #CD760D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD760D; }

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

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

background-color css

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

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

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

border-color css

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

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

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