Html Css Color HEX #CD7A19 Ochre

📋 copy color: '#CD7A19'

red 205 ◦ green 122 ◦ blue 25

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

Shades of Ochre #CD7A19

Tints of Ochre #CD7A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.1%

R = 58.24%
G = 34.66%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CD7A19 (or 0xCD7A19) is known color: Ochre. HEX triplet: CD, 7A and 19. RGB value is (205,122,25). Sum of RGB (Red+Green+Blue) = 205+122+25=352 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.24% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7A19 is #3285E6. Grayscale: #888888. Windows color (decimal): -3311079 or 1669837. OLE color: 1669837.

HSL color Cylindrical-coordinate representation of color #CD7A19: hue angle of 32.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD7A19 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 122 25 -
CMYK 0 0.40 0.88 0.20
HSL 32.33º 0.78% 0.45% -
HSV(B) 32.33º 0.88% 0.8% -
XYZ 32.31 26.97 4.42 -
YUV 135.76 65.5 177.39 -
System Red Green Blue C M Y K H S L
Decimal 205 122 25 0 0.40 0.88 0.20 32.33 0.78 0.45
Hex CD 7A 19 0 28 58 14 20 4E 2D
Octal 315 172 31 0 50 130 24 40 116 55
Binary 11001101 1111010 11001 0 101000 1011000 10100 100000 1001110 101101

Color Harmonies of #CD7A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7A19

Black with #CD7A19

Text Example


Text Example

White with #CD7A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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