Html Css Color HEX #CCB521 Bird Flower

📋 copy color: '#CCB521'

red 204 ◦ green 181 ◦ blue 33

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

Shades of Bird Flower #CCB521

Tints of Bird Flower #CCB521

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.3%

 BLUE value IS 33 (13.28% from 255) = 7.89%

R = 48.8%
G = 43.3%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CCB521 (or 0xCCB521) is known color: Bird Flower. HEX triplet: CC, B5 and 21. RGB value is (204,181,33). Sum of RGB (Red+Green+Blue) = 204+181+33=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 181 (71.09% from 255 or 43.30% from 418); Blue value is 33 (13.28% from 255 or 7.89% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB521 is #334ADE. Grayscale: #ABABAB. Windows color (decimal): -3361503 or 2209228. OLE color: 2209228.

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

Color convert

RGB 204 181 33 -
CMYK 0 0.11 0.84 0.2
HSL 51.93º 0.72% 0.46% -
HSV(B) 51.93º 0.84% 0.8% -
XYZ 41.7 45.99 8.12 -
YUV 171.01 50.12 151.53 -
System Red Green Blue C M Y K H S L
Decimal 204 181 33 0 0.11 0.84 0.2 51.93 0.72 0.46
Hex CC B5 21 0 B 54 14 34 48 2E
Octal 314 265 41 0 13 124 24 64 110 56
Binary 11001100 10110101 100001 0 1011 1010100 10100 110100 1001000 101110

Color Harmonies of #CCB521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB521

Black with #CCB521

Text Example


Text Example

White with #CCB521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB521; }

 p { color: rgb(204,181,33); }

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

background-color css

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

 a { background-color: rgb(204,181,33); }

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

border-color css

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

 span { border-color: rgb(204,181,33); }

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