Html Css Color HEX #CCB215 Bird Flower

📋 copy color: '#CCB215'

red 204 ◦ green 178 ◦ blue 21

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

Shades of Bird Flower #CCB215

Tints of Bird Flower #CCB215

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.17%

 BLUE value IS 21 (8.59% from 255) = 5.21%

R = 50.62%
G = 44.17%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCB215 (or 0xCCB215) is known color: Bird Flower. HEX triplet: CC, B2 and 15. RGB value is (204,178,21). Sum of RGB (Red+Green+Blue) = 204+178+21=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 178 (69.92% from 255 or 44.17% from 403); Blue value is 21 (8.59% from 255 or 5.21% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB215 is #334DEA. Grayscale: #A8A8A8. Windows color (decimal): -3362283 or 1422028. OLE color: 1422028.

HSL color Cylindrical-coordinate representation of color #CCB215: hue angle of 51.48º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCB215 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 178 21 -
CMYK 0 0.13 0.90 0.2
HSL 51.48º 0.81% 0.44% -
HSV(B) 51.48º 0.9% 0.8% -
XYZ 40.96 44.73 7.18 -
YUV 167.88 45.11 153.77 -
System Red Green Blue C M Y K H S L
Decimal 204 178 21 0 0.13 0.90 0.2 51.48 0.81 0.44
Hex CC B2 15 0 D 5A 14 33 51 2C
Octal 314 262 25 0 15 132 24 63 121 54
Binary 11001100 10110010 10101 0 1101 1011010 10100 110011 1010001 101100

Color Harmonies of #CCB215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB215

Black with #CCB215

Text Example


Text Example

White with #CCB215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB215; }

 p { color: rgb(204,178,21); }

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

background-color css

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

 a { background-color: rgb(204,178,21); }

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

border-color css

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

 span { border-color: rgb(204,178,21); }

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