Html Css Color HEX #CD7D10 Ochre

📋 copy color: '#CD7D10'

red 205 ◦ green 125 ◦ blue 16

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

Shades of Ochre #CD7D10

Tints of Ochre #CD7D10

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.13%

 BLUE value IS 16 (6.64% from 255) = 4.62%

R = 59.25%
G = 36.13%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CD7D10 (or 0xCD7D10) is known color: Ochre. HEX triplet: CD, 7D and 10. RGB value is (205,125,16). Sum of RGB (Red+Green+Blue) = 205+125+16=346 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.25% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7D10 is #3282EF. Grayscale: #898989. Windows color (decimal): -3310320 or 1080781. OLE color: 1080781.

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

Color convert

RGB 205 125 16 -
CMYK 0 0.39 0.92 0.20
HSL 34.6º 0.86% 0.43% -
HSV(B) 34.6º 0.92% 0.8% -
XYZ 32.6 27.68 4.12 -
YUV 136.49 60 176.86 -
System Red Green Blue C M Y K H S L
Decimal 205 125 16 0 0.39 0.92 0.20 34.6 0.86 0.43
Hex CD 7D 10 0 27 5C 14 23 56 2B
Octal 315 175 20 0 47 134 24 43 126 53
Binary 11001101 1111101 10000 0 100111 1011100 10100 100011 1010110 101011

Color Harmonies of #CD7D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7D10

Black with #CD7D10

Text Example


Text Example

White with #CD7D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7D10; }

 p { color: rgb(205,125,16); }

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

background-color css

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

 a { background-color: rgb(205,125,16); }

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

border-color css

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

 span { border-color: rgb(205,125,16); }

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