Html Css Color HEX #CCC117 Bird Flower

📋 copy color: '#CCC117'

red 204 ◦ green 193 ◦ blue 23

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

Shades of Bird Flower #CCC117

Tints of Bird Flower #CCC117

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.95%

 BLUE value IS 23 (9.38% from 255) = 5.48%

R = 48.57%
G = 45.95%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CCC117 (or 0xCCC117) is known color: Bird Flower. HEX triplet: CC, C1 and 17. RGB value is (204,193,23). Sum of RGB (Red+Green+Blue) = 204+193+23=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 23 (9.38% from 255 or 5.48% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC117 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC117 is #333EE8. Grayscale: #B1B1B1. Windows color (decimal): -3358441 or 1556940. OLE color: 1556940.

HSL color Cylindrical-coordinate representation of color #CCC117: hue angle of 56.35º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCC117 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 193 23 -
CMYK 0 0.05 0.89 0.2
HSL 56.35º 0.8% 0.45% -
HSV(B) 56.35º 0.89% 0.8% -
XYZ 44.13 51.04 8.34 -
YUV 176.91 41.14 147.32 -
System Red Green Blue C M Y K H S L
Decimal 204 193 23 0 0.05 0.89 0.2 56.35 0.8 0.45
Hex CC C1 17 0 5 59 14 38 50 2D
Octal 314 301 27 0 5 131 24 70 120 55
Binary 11001100 11000001 10111 0 101 1011001 10100 111000 1010000 101101

Color Harmonies of #CCC117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC117

Black with #CCC117

Text Example


Text Example

White with #CCC117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC117; }

 p { color: rgb(204,193,23); }

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

background-color css

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

 a { background-color: rgb(204,193,23); }

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

border-color css

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

 span { border-color: rgb(204,193,23); }

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