Html Css Color HEX #CCBC17 Bird Flower

📋 copy color: '#CCBC17'

red 204 ◦ green 188 ◦ blue 23

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

Shades of Bird Flower #CCBC17

Tints of Bird Flower #CCBC17

RGB

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

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

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

R = 49.16%
G = 45.3%
B = 5.54%

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

#CCBC17 (or 0xCCBC17) is known color: Bird Flower. HEX triplet: CC, BC and 17. RGB value is (204,188,23). Sum of RGB (Red+Green+Blue) = 204+188+23=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 23 (9.38% from 255 or 5.54% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBC17 is #3343E8. Grayscale: #AEAEAE. Windows color (decimal): -3359721 or 1555660. OLE color: 1555660.

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

Color convert

RGB 204 188 23 -
CMYK 0 0.08 0.89 0.2
HSL 54.7º 0.8% 0.45% -
HSV(B) 54.7º 0.89% 0.8% -
XYZ 43.04 48.87 7.97 -
YUV 173.97 42.8 149.42 -
System Red Green Blue C M Y K H S L
Decimal 204 188 23 0 0.08 0.89 0.2 54.7 0.8 0.45
Hex CC BC 17 0 8 59 14 37 50 2D
Octal 314 274 27 0 10 131 24 67 120 55
Binary 11001100 10111100 10111 0 1000 1011001 10100 110111 1010000 101101

Color Harmonies of #CCBC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC17

Black with #CCBC17

Text Example


Text Example

White with #CCBC17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC17; }

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

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

background-color css

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

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

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

border-color css

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

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

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