Html Css Color HEX #CCB621 Bird Flower

📋 copy color: '#CCB621'

red 204 ◦ green 182 ◦ blue 33

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

Shades of Bird Flower #CCB621

Tints of Bird Flower #CCB621

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.44%

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

R = 48.69%
G = 43.44%
B = 7.88%

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

#CCB621 (or 0xCCB621) is known color: Bird Flower. HEX triplet: CC, B6 and 21. RGB value is (204,182,33). Sum of RGB (Red+Green+Blue) = 204+182+33=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 182 (71.48% from 255 or 43.44% from 419); Blue value is 33 (13.28% from 255 or 7.88% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB621 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB621 is #3349DE. Grayscale: #ACACAC. Windows color (decimal): -3361247 or 2209484. OLE color: 2209484.

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

Color convert

RGB 204 182 33 -
CMYK 0 0.11 0.84 0.2
HSL 52.28º 0.72% 0.46% -
HSV(B) 52.28º 0.84% 0.8% -
XYZ 41.9 46.4 8.19 -
YUV 171.59 49.79 151.12 -
System Red Green Blue C M Y K H S L
Decimal 204 182 33 0 0.11 0.84 0.2 52.28 0.72 0.46
Hex CC B6 21 0 B 54 14 34 48 2E
Octal 314 266 41 0 13 124 24 64 110 56
Binary 11001100 10110110 100001 0 1011 1010100 10100 110100 1001000 101110

Color Harmonies of #CCB621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB621

Black with #CCB621

Text Example


Text Example

White with #CCB621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB621; }

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

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

background-color css

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

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

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

border-color css

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

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

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