Html Css Color HEX #CC9825 Buttercup

📋 copy color: '#CC9825'

red 204 ◦ green 152 ◦ blue 37

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

Shades of Buttercup #CC9825

Tints of Buttercup #CC9825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.41%

R = 51.91%
G = 38.68%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC9825 (or 0xCC9825) is known color: Buttercup. HEX triplet: CC, 98 and 25. RGB value is (204,152,37). Sum of RGB (Red+Green+Blue) = 204+152+37=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 37 (14.84% from 255 or 9.41% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9825 is #3367DA. Grayscale: #9A9A9A. Windows color (decimal): -3368923 or 2463948. OLE color: 2463948.

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

Color convert

RGB 204 152 37 -
CMYK 0 0.25 0.82 0.2
HSL 41.32º 0.69% 0.47% -
HSV(B) 41.32º 0.82% 0.8% -
XYZ 36.46 35.43 6.67 -
YUV 154.44 61.73 163.35 -
System Red Green Blue C M Y K H S L
Decimal 204 152 37 0 0.25 0.82 0.2 41.32 0.69 0.47
Hex CC 98 25 0 19 52 14 29 45 2F
Octal 314 230 45 0 31 122 24 51 105 57
Binary 11001100 10011000 100101 0 11001 1010010 10100 101001 1000101 101111

Color Harmonies of #CC9825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9825

Black with #CC9825

Text Example


Text Example

White with #CC9825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9825; }

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

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

background-color css

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

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

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

border-color css

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

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

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