Html Css Color HEX #CCD016 Barberry

📋 copy color: '#CCD016'

red 204 ◦ green 208 ◦ blue 22

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

Shades of Barberry #CCD016

Tints of Barberry #CCD016

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.93%

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

R = 47%
G = 47.93%
B = 5.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#CCD016 (or 0xCCD016) is known color: Barberry. HEX triplet: CC, D0 and 16. RGB value is (204,208,22). Sum of RGB (Red+Green+Blue) = 204+208+22=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 22 (8.98% from 255 or 5.07% from 434); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD016 is #332FE9. Grayscale: #BABABA. Windows color (decimal): -3354602 or 1495244. OLE color: 1495244.

HSL color Cylindrical-coordinate representation of color #CCD016: hue angle of 61.29º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCD016 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 208 22 -
CMYK 0.02 0 0.89 0.18
HSL 61.29º 0.81% 0.45% -
HSV(B) 61.29º 0.89% 0.82% -
XYZ 47.6 58.01 9.45 -
YUV 185.6 35.67 141.12 -
System Red Green Blue C M Y K H S L
Decimal 204 208 22 0.02 0 0.89 0.18 61.29 0.81 0.45
Hex CC D0 16 2 0 59 12 3D 51 2D
Octal 314 320 26 2 0 131 22 75 121 55
Binary 11001100 11010000 10110 10 0 1011001 10010 111101 1010001 101101

Color Harmonies of #CCD016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD016

Black with #CCD016

Text Example


Text Example

White with #CCD016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD016; }

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

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

background-color css

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

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

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

border-color css

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

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

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