Html Css Color HEX #CD7A0D Ochre

📋 copy color: '#CD7A0D'

red 205 ◦ green 122 ◦ blue 13

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

Shades of Ochre #CD7A0D

Tints of Ochre #CD7A0D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.88%

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

R = 60.29%
G = 35.88%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CD7A0D (or 0xCD7A0D) is known color: Ochre. HEX triplet: CD, 7A and 0D. RGB value is (205,122,13). Sum of RGB (Red+Green+Blue) = 205+122+13=340 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.29% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 13 (5.47% from 255 or 3.82% from 340); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7A0D is #3285F2. Grayscale: #868686. Windows color (decimal): -3311091 or 883405. OLE color: 883405.

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

Color convert

RGB 205 122 13 -
CMYK 0 0.40 0.94 0.20
HSL 34.06º 0.88% 0.43% -
HSV(B) 34.06º 0.94% 0.8% -
XYZ 32.21 26.93 3.88 -
YUV 134.39 59.5 178.36 -
System Red Green Blue C M Y K H S L
Decimal 205 122 13 0 0.40 0.94 0.20 34.06 0.88 0.43
Hex CD 7A D 0 28 5E 14 22 58 2B
Octal 315 172 15 0 50 136 24 42 130 53
Binary 11001101 1111010 1101 0 101000 1011110 10100 100010 1011000 101011

Color Harmonies of #CD7A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7A0D

Black with #CD7A0D

Text Example


Text Example

White with #CD7A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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