Html Css Color HEX #CCBC15 Bird Flower

📋 copy color: '#CCBC15'

red 204 ◦ green 188 ◦ blue 21

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

Shades of Bird Flower #CCBC15

Tints of Bird Flower #CCBC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.08%

R = 49.39%
G = 45.52%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCBC15 (or 0xCCBC15) is known color: Bird Flower. HEX triplet: CC, BC and 15. RGB value is (204,188,21). Sum of RGB (Red+Green+Blue) = 204+188+21=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 21 (8.59% from 255 or 5.08% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBC15 is #3343EA. Grayscale: #AEAEAE. Windows color (decimal): -3359723 or 1424588. OLE color: 1424588.

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

Color convert

RGB 204 188 21 -
CMYK 0 0.08 0.90 0.2
HSL 54.75º 0.81% 0.44% -
HSV(B) 54.75º 0.9% 0.8% -
XYZ 43.02 48.86 7.87 -
YUV 173.75 41.8 149.58 -
System Red Green Blue C M Y K H S L
Decimal 204 188 21 0 0.08 0.90 0.2 54.75 0.81 0.44
Hex CC BC 15 0 8 5A 14 37 51 2C
Octal 314 274 25 0 10 132 24 67 121 54
Binary 11001100 10111100 10101 0 1000 1011010 10100 110111 1010001 101100

Color Harmonies of #CCBC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC15

Black with #CCBC15

Text Example


Text Example

White with #CCBC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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