Html Css Color HEX #CC9626 Buttercup

📋 copy color: '#CC9626'

red 204 ◦ green 150 ◦ blue 38

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

Shades of Buttercup #CC9626

Tints of Buttercup #CC9626

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.27%

 BLUE value IS 38 (15.23% from 255) = 9.69%

R = 52.04%
G = 38.27%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC9626 (or 0xCC9626) is known color: Buttercup. HEX triplet: CC, 96 and 26. RGB value is (204,150,38). Sum of RGB (Red+Green+Blue) = 204+150+38=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 38 (15.23% from 255 or 9.69% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9626 is #3369D9. Grayscale: #999999. Windows color (decimal): -3369434 or 2528972. OLE color: 2528972.

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

Color convert

RGB 204 150 38 -
CMYK 0 0.26 0.81 0.2
HSL 40.48º 0.69% 0.47% -
HSV(B) 40.48º 0.81% 0.8% -
XYZ 36.16 34.79 6.64 -
YUV 153.38 62.89 164.11 -
System Red Green Blue C M Y K H S L
Decimal 204 150 38 0 0.26 0.81 0.2 40.48 0.69 0.47
Hex CC 96 26 0 1A 51 14 28 45 2F
Octal 314 226 46 0 32 121 24 50 105 57
Binary 11001100 10010110 100110 0 11010 1010001 10100 101000 1000101 101111

Color Harmonies of #CC9626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9626

Black with #CC9626

Text Example


Text Example

White with #CC9626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9626; }

 p { color: rgb(204,150,38); }

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

background-color css

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

 a { background-color: rgb(204,150,38); }

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

border-color css

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

 span { border-color: rgb(204,150,38); }

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