Html Css Color HEX #CC9123 Buttercup

📋 copy color: '#CC9123'

red 204 ◦ green 145 ◦ blue 35

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

Shades of Buttercup #CC9123

Tints of Buttercup #CC9123

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.76%

 BLUE value IS 35 (14.06% from 255) = 9.11%

R = 53.13%
G = 37.76%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC9123 (or 0xCC9123) is known color: Buttercup. HEX triplet: CC, 91 and 23. RGB value is (204,145,35). Sum of RGB (Red+Green+Blue) = 204+145+35=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 35 (14.06% from 255 or 9.11% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9123 is #336EDC. Grayscale: #969696. Windows color (decimal): -3370717 or 2331084. OLE color: 2331084.

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

Color convert

RGB 204 145 35 -
CMYK 0 0.29 0.83 0.2
HSL 39.05º 0.71% 0.47% -
HSV(B) 39.05º 0.83% 0.8% -
XYZ 35.33 33.21 6.14 -
YUV 150.1 63.05 166.44 -
System Red Green Blue C M Y K H S L
Decimal 204 145 35 0 0.29 0.83 0.2 39.05 0.71 0.47
Hex CC 91 23 0 1D 53 14 27 47 2F
Octal 314 221 43 0 35 123 24 47 107 57
Binary 11001100 10010001 100011 0 11101 1010011 10100 100111 1000111 101111

Color Harmonies of #CC9123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9123

Black with #CC9123

Text Example


Text Example

White with #CC9123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9123; }

 p { color: rgb(204,145,35); }

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

background-color css

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

 a { background-color: rgb(204,145,35); }

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

border-color css

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

 span { border-color: rgb(204,145,35); }

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