Html Css Color HEX #CCD516 Barberry

📋 copy color: '#CCD516'

red 204 ◦ green 213 ◦ blue 22

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

Shades of Barberry #CCD516

Tints of Barberry #CCD516

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.52%

 BLUE value IS 22 (8.98% from 255) = 5.01%

R = 46.47%
G = 48.52%
B = 5.01%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#CCD516 (or 0xCCD516) is known color: Barberry. HEX triplet: CC, D5 and 16. RGB value is (204,213,22). Sum of RGB (Red+Green+Blue) = 204+213+22=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 213 (83.59% from 255 or 48.52% from 439); Blue value is 22 (8.98% from 255 or 5.01% from 439); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD516 is #332AE9. Grayscale: #BDBDBD. Windows color (decimal): -3353322 or 1496524. OLE color: 1496524.

HSL color Cylindrical-coordinate representation of color #CCD516: hue angle of 62.83º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCD516 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 213 22 -
CMYK 0.04 0 0.90 0.16
HSL 62.83º 0.81% 0.46% -
HSV(B) 62.83º 0.9% 0.84% -
XYZ 48.84 60.48 9.86 -
YUV 188.54 34.02 139.03 -
System Red Green Blue C M Y K H S L
Decimal 204 213 22 0.04 0 0.90 0.16 62.83 0.81 0.46
Hex CC D5 16 4 0 5A 10 3F 51 2E
Octal 314 325 26 4 0 132 20 77 121 56
Binary 11001100 11010101 10110 100 0 1011010 10000 111111 1010001 101110

Color Harmonies of #CCD516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD516

Black with #CCD516

Text Example


Text Example

White with #CCD516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD516; }

 p { color: rgb(204,213,22); }

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

background-color css

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

 a { background-color: rgb(204,213,22); }

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

border-color css

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

 span { border-color: rgb(204,213,22); }

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