Html Css Color HEX #CC7D23 Ochre

📋 copy color: '#CC7D23'

red 204 ◦ green 125 ◦ blue 35

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

Shades of Ochre #CC7D23

Tints of Ochre #CC7D23

RGB

 RED value IS 204 (80.08% from 255) = 56.04%

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

 BLUE value IS 35 (14.06% from 255) = 9.62%

R = 56.04%
G = 34.34%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC7D23 (or 0xCC7D23) is known color: Ochre. HEX triplet: CC, 7D and 23. RGB value is (204,125,35). Sum of RGB (Red+Green+Blue) = 204+125+35=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 35 (14.06% from 255 or 9.62% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7D23 is #3382DC. Grayscale: #8A8A8A. Windows color (decimal): -3375837 or 2325964. OLE color: 2325964.

HSL color Cylindrical-coordinate representation of color #CC7D23: hue angle of 31.95º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC7D23 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 125 35 -
CMYK 0 0.39 0.83 0.2
HSL 31.95º 0.71% 0.47% -
HSV(B) 31.95º 0.83% 0.8% -
XYZ 32.54 27.63 5.21 -
YUV 138.36 69.67 174.82 -
System Red Green Blue C M Y K H S L
Decimal 204 125 35 0 0.39 0.83 0.2 31.95 0.71 0.47
Hex CC 7D 23 0 27 53 14 20 47 2F
Octal 314 175 43 0 47 123 24 40 107 57
Binary 11001100 1111101 100011 0 100111 1010011 10100 100000 1000111 101111

Color Harmonies of #CC7D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7D23

Black with #CC7D23

Text Example


Text Example

White with #CC7D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7D23; }

 p { color: rgb(204,125,35); }

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

background-color css

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

 a { background-color: rgb(204,125,35); }

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

border-color css

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

 span { border-color: rgb(204,125,35); }

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