Html Css Color HEX #CCBC20 Bird Flower

📋 copy color: '#CCBC20'

red 204 ◦ green 188 ◦ blue 32

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

Shades of Bird Flower #CCBC20

Tints of Bird Flower #CCBC20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.55%

R = 48.11%
G = 44.34%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CCBC20 (or 0xCCBC20) is known color: Bird Flower. HEX triplet: CC, BC and 20. RGB value is (204,188,32). Sum of RGB (Red+Green+Blue) = 204+188+32=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 32 (12.89% from 255 or 7.55% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC20 is #3343DF. Grayscale: #AFAFAF. Windows color (decimal): -3359712 or 2145484. OLE color: 2145484.

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

Color convert

RGB 204 188 32 -
CMYK 0 0.08 0.84 0.2
HSL 54.42º 0.73% 0.46% -
HSV(B) 54.42º 0.84% 0.8% -
XYZ 43.15 48.91 8.53 -
YUV 175 47.3 148.68 -
System Red Green Blue C M Y K H S L
Decimal 204 188 32 0 0.08 0.84 0.2 54.42 0.73 0.46
Hex CC BC 20 0 8 54 14 36 49 2E
Octal 314 274 40 0 10 124 24 66 111 56
Binary 11001100 10111100 100000 0 1000 1010100 10100 110110 1001001 101110

Color Harmonies of #CCBC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC20

Black with #CCBC20

Text Example


Text Example

White with #CCBC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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