Html Css Color HEX #CCB821 Bird Flower

📋 copy color: '#CCB821'

red 204 ◦ green 184 ◦ blue 33

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

Shades of Bird Flower #CCB821

Tints of Bird Flower #CCB821

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.71%

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

R = 48.46%
G = 43.71%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CCB821 (or 0xCCB821) is known color: Bird Flower. HEX triplet: CC, B8 and 21. RGB value is (204,184,33). Sum of RGB (Red+Green+Blue) = 204+184+33=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 184 (72.27% from 255 or 43.71% from 421); Blue value is 33 (13.28% from 255 or 7.84% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB821 is #3347DE. Grayscale: #ADADAD. Windows color (decimal): -3360735 or 2209996. OLE color: 2209996.

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

Color convert

RGB 204 184 33 -
CMYK 0 0.10 0.84 0.2
HSL 52.98º 0.72% 0.46% -
HSV(B) 52.98º 0.84% 0.8% -
XYZ 42.32 47.23 8.32 -
YUV 172.77 49.13 150.28 -
System Red Green Blue C M Y K H S L
Decimal 204 184 33 0 0.10 0.84 0.2 52.98 0.72 0.46
Hex CC B8 21 0 A 54 14 35 48 2E
Octal 314 270 41 0 12 124 24 65 110 56
Binary 11001100 10111000 100001 0 1010 1010100 10100 110101 1001000 101110

Color Harmonies of #CCB821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB821

Black with #CCB821

Text Example


Text Example

White with #CCB821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB821; }

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

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

background-color css

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

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

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

border-color css

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

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

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