Html Css Color HEX #CCBC10 Bird Flower

📋 copy color: '#CCBC10'

red 204 ◦ green 188 ◦ blue 16

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

Shades of Bird Flower #CCBC10

Tints of Bird Flower #CCBC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.92%

R = 50%
G = 46.08%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CCBC10 (or 0xCCBC10) is known color: Bird Flower. HEX triplet: CC, BC and 10. RGB value is (204,188,16). Sum of RGB (Red+Green+Blue) = 204+188+16=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 16 (6.64% from 255 or 3.92% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBC10 is #3343EF. Grayscale: #ADADAD. Windows color (decimal): -3359728 or 1096908. OLE color: 1096908.

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

Color convert

RGB 204 188 16 -
CMYK 0 0.08 0.92 0.2
HSL 54.89º 0.85% 0.43% -
HSV(B) 54.89º 0.92% 0.8% -
XYZ 42.98 48.84 7.65 -
YUV 173.18 39.3 149.99 -
System Red Green Blue C M Y K H S L
Decimal 204 188 16 0 0.08 0.92 0.2 54.89 0.85 0.43
Hex CC BC 10 0 8 5C 14 37 55 2B
Octal 314 274 20 0 10 134 24 67 125 53
Binary 11001100 10111100 10000 0 1000 1011100 10100 110111 1010101 101011

Color Harmonies of #CCBC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC10

Black with #CCBC10

Text Example


Text Example

White with #CCBC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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