Html Css Color HEX #CC780B Ochre

📋 copy color: '#CC780B'

red 204 ◦ green 120 ◦ blue 11

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

Shades of Ochre #CC780B

Tints of Ochre #CC780B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.82%

 BLUE value IS 11 (4.69% from 255) = 3.28%

R = 60.9%
G = 35.82%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC780B (or 0xCC780B) is known color: Ochre. HEX triplet: CC, 78 and 0B. RGB value is (204,120,11). Sum of RGB (Red+Green+Blue) = 204+120+11=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC780B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC780B is #3387F4. Grayscale: #858585. Windows color (decimal): -3377141 or 751820. OLE color: 751820.

HSL color Cylindrical-coordinate representation of color #CC780B: hue angle of 33.89º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC780B is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 120 11 -
CMYK 0 0.41 0.95 0.2
HSL 33.89º 0.9% 0.42% -
HSV(B) 33.89º 0.95% 0.8% -
XYZ 31.68 26.29 3.72 -
YUV 132.69 59.33 178.86 -
System Red Green Blue C M Y K H S L
Decimal 204 120 11 0 0.41 0.95 0.2 33.89 0.9 0.42
Hex CC 78 B 0 29 5F 14 22 5A 2A
Octal 314 170 13 0 51 137 24 42 132 52
Binary 11001100 1111000 1011 0 101001 1011111 10100 100010 1011010 101010

Color Harmonies of #CC780B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC780B

Black with #CC780B

Text Example


Text Example

White with #CC780B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC780B; }

 p { color: rgb(204,120,11); }

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

background-color css

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

 a { background-color: rgb(204,120,11); }

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

border-color css

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

 span { border-color: rgb(204,120,11); }

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