Html Css Color HEX #CD760A Ochre

📋 copy color: '#CD760A'

red 205 ◦ green 118 ◦ blue 10

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

Shades of Ochre #CD760A

Tints of Ochre #CD760A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3%

R = 61.56%
G = 35.44%
B = 3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CD760A (or 0xCD760A) is known color: Ochre. HEX triplet: CD, 76 and 0A. RGB value is (205,118,10). Sum of RGB (Red+Green+Blue) = 205+118+10=333 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.56% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 205 - color contains mainly: red. Hex color #CD760A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD760A is #3289F5. Grayscale: #848484. Windows color (decimal): -3312118 or 685773. OLE color: 685773.

HSL color Cylindrical-coordinate representation of color #CD760A: hue angle of 33.23º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD760A is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 118 10 -
CMYK 0 0.42 0.95 0.20
HSL 33.23º 0.91% 0.42% -
HSV(B) 33.23º 0.95% 0.8% -
XYZ 31.71 25.96 3.63 -
YUV 131.7 59.32 180.28 -
System Red Green Blue C M Y K H S L
Decimal 205 118 10 0 0.42 0.95 0.20 33.23 0.91 0.42
Hex CD 76 A 0 2A 5F 14 21 5B 2A
Octal 315 166 12 0 52 137 24 41 133 52
Binary 11001101 1110110 1010 0 101010 1011111 10100 100001 1011011 101010

Color Harmonies of #CD760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD760A

Black with #CD760A

Text Example


Text Example

White with #CD760A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD760A; }

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

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

background-color css

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

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

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

border-color css

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

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

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