Html Css Color HEX #CCD115 Barberry

📋 copy color: '#CCD115'

red 204 ◦ green 209 ◦ blue 21

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

Shades of Barberry #CCD115

Tints of Barberry #CCD115

RGB

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

 GREEN value IS 209 (82.03% from 255) = 48.16%

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

R = 47%
G = 48.16%
B = 4.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#CCD115 (or 0xCCD115) is known color: Barberry. HEX triplet: CC, D1 and 15. RGB value is (204,209,21). Sum of RGB (Red+Green+Blue) = 204+209+21=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 209 (82.03% from 255 or 48.16% from 434); Blue value is 21 (8.59% from 255 or 4.84% from 434); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD115 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD115 is #332EEA. Grayscale: #BABABA. Windows color (decimal): -3354347 or 1429964. OLE color: 1429964.

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

Color convert

RGB 204 209 21 -
CMYK 0.02 0 0.90 0.18
HSL 61.6º 0.82% 0.45% -
HSV(B) 61.6º 0.9% 0.82% -
XYZ 47.84 58.49 9.48 -
YUV 186.07 34.84 140.79 -
System Red Green Blue C M Y K H S L
Decimal 204 209 21 0.02 0 0.90 0.18 61.6 0.82 0.45
Hex CC D1 15 2 0 5A 12 3E 52 2D
Octal 314 321 25 2 0 132 22 76 122 55
Binary 11001100 11010001 10101 10 0 1011010 10010 111110 1010010 101101

Color Harmonies of #CCD115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD115

Black with #CCD115

Text Example


Text Example

White with #CCD115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD115; }

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

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

background-color css

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

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

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

border-color css

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

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

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