Html Css Color HEX #CCD616 Barberry

📋 copy color: '#CCD616'

red 204 ◦ green 214 ◦ blue 22

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

Shades of Barberry #CCD616

Tints of Barberry #CCD616

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.64%

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

R = 46.36%
G = 48.64%
B = 5%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#CCD616 (or 0xCCD616) is known color: Barberry. HEX triplet: CC, D6 and 16. RGB value is (204,214,22). Sum of RGB (Red+Green+Blue) = 204+214+22=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 214 (83.98% from 255 or 48.64% from 440); Blue value is 22 (8.98% from 255 or 5% from 440); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD616 is #3329E9. Grayscale: #BDBDBD. Windows color (decimal): -3353066 or 1496780. OLE color: 1496780.

HSL color Cylindrical-coordinate representation of color #CCD616: hue angle of 63.12º 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 #CCD616 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 214 22 -
CMYK 0.05 0 0.90 0.16
HSL 63.13º 0.81% 0.46% -
HSV(B) 63.13º 0.9% 0.84% -
XYZ 49.09 60.99 9.94 -
YUV 189.12 33.69 138.61 -
System Red Green Blue C M Y K H S L
Decimal 204 214 22 0.05 0 0.90 0.16 63.13 0.81 0.46
Hex CC D6 16 5 0 5A 10 3F 51 2E
Octal 314 326 26 5 0 132 20 77 121 56
Binary 11001100 11010110 10110 101 0 1011010 10000 111111 1010001 101110

Color Harmonies of #CCD616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD616

Black with #CCD616

Text Example


Text Example

White with #CCD616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD616; }

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

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

background-color css

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

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

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

border-color css

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

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

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