Html Css Color HEX #CD7C21 Ochre

📋 copy color: '#CD7C21'

red 205 ◦ green 124 ◦ blue 33

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

Shades of Ochre #CD7C21

Tints of Ochre #CD7C21

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.25%

 BLUE value IS 33 (13.28% from 255) = 9.12%

R = 56.63%
G = 34.25%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD7C21 (or 0xCD7C21) is known color: Ochre. HEX triplet: CD, 7C and 21. RGB value is (205,124,33). Sum of RGB (Red+Green+Blue) = 205+124+33=362 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.63% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 33 (13.28% from 255 or 9.12% from 362); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7C21 is #3283DE. Grayscale: #8A8A8A. Windows color (decimal): -3310559 or 2194637. OLE color: 2194637.

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

Color convert

RGB 205 124 33 -
CMYK 0 0.40 0.84 0.20
HSL 31.74º 0.72% 0.47% -
HSV(B) 31.74º 0.84% 0.8% -
XYZ 32.66 27.5 5.03 -
YUV 137.85 68.84 175.9 -
System Red Green Blue C M Y K H S L
Decimal 205 124 33 0 0.40 0.84 0.20 31.74 0.72 0.47
Hex CD 7C 21 0 28 54 14 20 48 2F
Octal 315 174 41 0 50 124 24 40 110 57
Binary 11001101 1111100 100001 0 101000 1010100 10100 100000 1001000 101111

Color Harmonies of #CD7C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7C21

Black with #CD7C21

Text Example


Text Example

White with #CD7C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7C21; }

 p { color: rgb(205,124,33); }

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

background-color css

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

 a { background-color: rgb(205,124,33); }

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

border-color css

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

 span { border-color: rgb(205,124,33); }

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