Html Css Color HEX #CD7D21 Ochre

📋 copy color: '#CD7D21'

red 205 ◦ green 125 ◦ blue 33

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

Shades of Ochre #CD7D21

Tints of Ochre #CD7D21

RGB

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

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

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

R = 56.47%
G = 34.44%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD7D21 (or 0xCD7D21) is known color: Ochre. HEX triplet: CD, 7D and 21. RGB value is (205,125,33). Sum of RGB (Red+Green+Blue) = 205+125+33=363 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.47% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 33 (13.28% from 255 or 9.09% from 363); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7D21 is #3282DE. Grayscale: #8A8A8A. Windows color (decimal): -3310303 or 2194893. OLE color: 2194893.

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

Color convert

RGB 205 125 33 -
CMYK 0 0.39 0.84 0.20
HSL 32.09º 0.72% 0.47% -
HSV(B) 32.09º 0.84% 0.8% -
XYZ 32.78 27.76 5.07 -
YUV 138.43 68.5 175.48 -
System Red Green Blue C M Y K H S L
Decimal 205 125 33 0 0.39 0.84 0.20 32.09 0.72 0.47
Hex CD 7D 21 0 27 54 14 20 48 2F
Octal 315 175 41 0 47 124 24 40 110 57
Binary 11001101 1111101 100001 0 100111 1010100 10100 100000 1001000 101111

Color Harmonies of #CD7D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7D21

Black with #CD7D21

Text Example


Text Example

White with #CD7D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7D21; }

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

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

background-color css

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

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

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

border-color css

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

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

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