Html Css Color HEX #CC9A26 Buttercup

📋 copy color: '#CC9A26'

red 204 ◦ green 154 ◦ blue 38

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

Shades of Buttercup #CC9A26

Tints of Buttercup #CC9A26

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.89%

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

R = 51.52%
G = 38.89%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC9A26 (or 0xCC9A26) is known color: Buttercup. HEX triplet: CC, 9A and 26. RGB value is (204,154,38). Sum of RGB (Red+Green+Blue) = 204+154+38=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 38 (15.23% from 255 or 9.60% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9A26 is #3365D9. Grayscale: #9C9C9C. Windows color (decimal): -3368410 or 2529996. OLE color: 2529996.

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

Color convert

RGB 204 154 38 -
CMYK 0 0.25 0.81 0.2
HSL 41.93º 0.69% 0.47% -
HSV(B) 41.93º 0.81% 0.8% -
XYZ 36.81 36.09 6.86 -
YUV 155.73 61.57 162.43 -
System Red Green Blue C M Y K H S L
Decimal 204 154 38 0 0.25 0.81 0.2 41.93 0.69 0.47
Hex CC 9A 26 0 19 51 14 2A 45 2F
Octal 314 232 46 0 31 121 24 52 105 57
Binary 11001100 10011010 100110 0 11001 1010001 10100 101010 1000101 101111

Color Harmonies of #CC9A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9A26

Black with #CC9A26

Text Example


Text Example

White with #CC9A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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