Html Css Color HEX #CCBB20 Bird Flower

📋 copy color: '#CCBB20'

red 204 ◦ green 187 ◦ blue 32

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

Shades of Bird Flower #CCBB20

Tints of Bird Flower #CCBB20

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.21%

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

R = 48.23%
G = 44.21%
B = 7.57%

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

#CCBB20 (or 0xCCBB20) is known color: Bird Flower. HEX triplet: CC, BB and 20. RGB value is (204,187,32). Sum of RGB (Red+Green+Blue) = 204+187+32=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 32 (12.89% from 255 or 7.57% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBB20 is #3344DF. Grayscale: #AFAFAF. Windows color (decimal): -3359968 or 2145228. OLE color: 2145228.

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

Color convert

RGB 204 187 32 -
CMYK 0 0.08 0.84 0.2
HSL 54.07º 0.73% 0.46% -
HSV(B) 54.07º 0.84% 0.8% -
XYZ 42.93 48.48 8.46 -
YUV 174.41 47.63 149.1 -
System Red Green Blue C M Y K H S L
Decimal 204 187 32 0 0.08 0.84 0.2 54.07 0.73 0.46
Hex CC BB 20 0 8 54 14 36 49 2E
Octal 314 273 40 0 10 124 24 66 111 56
Binary 11001100 10111011 100000 0 1000 1010100 10100 110110 1001001 101110

Color Harmonies of #CCBB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBB20

Black with #CCBB20

Text Example


Text Example

White with #CCBB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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