Html Css Color HEX #CCD215 Barberry

📋 copy color: '#CCD215'

red 204 ◦ green 210 ◦ blue 21

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

Shades of Barberry #CCD215

Tints of Barberry #CCD215

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.28%

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

R = 46.9%
G = 48.28%
B = 4.83%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#CCD215 (or 0xCCD215) is known color: Barberry. HEX triplet: CC, D2 and 15. RGB value is (204,210,21). Sum of RGB (Red+Green+Blue) = 204+210+21=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 210 (82.42% from 255 or 48.28% from 435); Blue value is 21 (8.59% from 255 or 4.83% from 435); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD215 is #332DEA. Grayscale: #BBBBBB. Windows color (decimal): -3354091 or 1430220. OLE color: 1430220.

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

Color convert

RGB 204 210 21 -
CMYK 0.03 0 0.90 0.18
HSL 61.9º 0.82% 0.45% -
HSV(B) 61.9º 0.9% 0.82% -
XYZ 48.08 58.98 9.56 -
YUV 186.66 34.51 140.37 -
System Red Green Blue C M Y K H S L
Decimal 204 210 21 0.03 0 0.90 0.18 61.9 0.82 0.45
Hex CC D2 15 3 0 5A 12 3E 52 2D
Octal 314 322 25 3 0 132 22 76 122 55
Binary 11001100 11010010 10101 11 0 1011010 10010 111110 1010010 101101

Color Harmonies of #CCD215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD215

Black with #CCD215

Text Example


Text Example

White with #CCD215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD215; }

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

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

background-color css

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

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

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

border-color css

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

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

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