Html Css Color HEX #CCBC16 Bird Flower

📋 copy color: '#CCBC16'

red 204 ◦ green 188 ◦ blue 22

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

Shades of Bird Flower #CCBC16

Tints of Bird Flower #CCBC16

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.41%

 BLUE value IS 22 (8.98% from 255) = 5.31%

R = 49.28%
G = 45.41%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CCBC16 (or 0xCCBC16) is known color: Bird Flower. HEX triplet: CC, BC and 16. RGB value is (204,188,22). Sum of RGB (Red+Green+Blue) = 204+188+22=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 22 (8.98% from 255 or 5.31% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBC16 is #3343E9. Grayscale: #AEAEAE. Windows color (decimal): -3359722 or 1490124. OLE color: 1490124.

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

Color convert

RGB 204 188 22 -
CMYK 0 0.08 0.89 0.2
HSL 54.73º 0.81% 0.44% -
HSV(B) 54.73º 0.89% 0.8% -
XYZ 43.03 48.86 7.92 -
YUV 173.86 42.3 149.5 -
System Red Green Blue C M Y K H S L
Decimal 204 188 22 0 0.08 0.89 0.2 54.73 0.81 0.44
Hex CC BC 16 0 8 59 14 37 51 2C
Octal 314 274 26 0 10 131 24 67 121 54
Binary 11001100 10111100 10110 0 1000 1011001 10100 110111 1010001 101100

Color Harmonies of #CCBC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC16

Black with #CCBC16

Text Example


Text Example

White with #CCBC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC16; }

 p { color: rgb(204,188,22); }

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

background-color css

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

 a { background-color: rgb(204,188,22); }

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

border-color css

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

 span { border-color: rgb(204,188,22); }

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