Html Css Color HEX #CCC017 Bird Flower

📋 copy color: '#CCC017'

red 204 ◦ green 192 ◦ blue 23

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

Shades of Bird Flower #CCC017

Tints of Bird Flower #CCC017

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.82%

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

R = 48.69%
G = 45.82%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CCC017 (or 0xCCC017) is known color: Bird Flower. HEX triplet: CC, C0 and 17. RGB value is (204,192,23). Sum of RGB (Red+Green+Blue) = 204+192+23=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 23 (9.38% from 255 or 5.49% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC017 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC017 is #333FE8. Grayscale: #B1B1B1. Windows color (decimal): -3358697 or 1556684. OLE color: 1556684.

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

Color convert

RGB 204 192 23 -
CMYK 0 0.06 0.89 0.2
HSL 56.02º 0.8% 0.45% -
HSV(B) 56.02º 0.89% 0.8% -
XYZ 43.91 50.6 8.26 -
YUV 176.32 41.48 147.74 -
System Red Green Blue C M Y K H S L
Decimal 204 192 23 0 0.06 0.89 0.2 56.02 0.8 0.45
Hex CC C0 17 0 6 59 14 38 50 2D
Octal 314 300 27 0 6 131 24 70 120 55
Binary 11001100 11000000 10111 0 110 1011001 10100 111000 1010000 101101

Color Harmonies of #CCC017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC017

Black with #CCC017

Text Example


Text Example

White with #CCC017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC017; }

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

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

background-color css

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

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

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

border-color css

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

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

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