Html Css Color HEX #CCD415 Barberry

📋 copy color: '#CCD415'

red 204 ◦ green 212 ◦ blue 21

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

Shades of Barberry #CCD415

Tints of Barberry #CCD415

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.51%

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

R = 46.68%
G = 48.51%
B = 4.81%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#CCD415 (or 0xCCD415) is known color: Barberry. HEX triplet: CC, D4 and 15. RGB value is (204,212,21). Sum of RGB (Red+Green+Blue) = 204+212+21=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 212 (83.20% from 255 or 48.51% from 437); Blue value is 21 (8.59% from 255 or 4.81% from 437); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD415 is #332BEA. Grayscale: #BCBCBC. Windows color (decimal): -3353579 or 1430732. OLE color: 1430732.

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

Color convert

RGB 204 212 21 -
CMYK 0.04 0 0.90 0.17
HSL 62.51º 0.82% 0.46% -
HSV(B) 62.51º 0.9% 0.83% -
XYZ 48.58 59.98 9.73 -
YUV 187.83 33.85 139.53 -
System Red Green Blue C M Y K H S L
Decimal 204 212 21 0.04 0 0.90 0.17 62.51 0.82 0.46
Hex CC D4 15 4 0 5A 11 3F 52 2E
Octal 314 324 25 4 0 132 21 77 122 56
Binary 11001100 11010100 10101 100 0 1011010 10001 111111 1010010 101110

Color Harmonies of #CCD415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD415

Black with #CCD415

Text Example


Text Example

White with #CCD415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD415; }

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

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

background-color css

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

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

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

border-color css

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

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

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