Html Css Color HEX #CC9822 Buttercup

📋 copy color: '#CC9822'

red 204 ◦ green 152 ◦ blue 34

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

Shades of Buttercup #CC9822

Tints of Buttercup #CC9822

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.97%

 BLUE value IS 34 (13.67% from 255) = 8.72%

R = 52.31%
G = 38.97%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC9822 (or 0xCC9822) is known color: Buttercup. HEX triplet: CC, 98 and 22. RGB value is (204,152,34). Sum of RGB (Red+Green+Blue) = 204+152+34=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 34 (13.67% from 255 or 8.72% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9822 is #3367DD. Grayscale: #9A9A9A. Windows color (decimal): -3368926 or 2267340. OLE color: 2267340.

HSL color Cylindrical-coordinate representation of color #CC9822: hue angle of 41.65º 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 #CC9822 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 152 34 -
CMYK 0 0.25 0.83 0.2
HSL 41.65º 0.71% 0.47% -
HSV(B) 41.65º 0.83% 0.8% -
XYZ 36.42 35.41 6.43 -
YUV 154.1 60.23 163.59 -
System Red Green Blue C M Y K H S L
Decimal 204 152 34 0 0.25 0.83 0.2 41.65 0.71 0.47
Hex CC 98 22 0 19 53 14 2A 47 2F
Octal 314 230 42 0 31 123 24 52 107 57
Binary 11001100 10011000 100010 0 11001 1010011 10100 101010 1000111 101111

Color Harmonies of #CC9822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9822

Black with #CC9822

Text Example


Text Example

White with #CC9822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9822; }

 p { color: rgb(204,152,34); }

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

background-color css

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

 a { background-color: rgb(204,152,34); }

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

border-color css

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

 span { border-color: rgb(204,152,34); }

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