Html Css Color HEX #CCD615 Barberry

📋 copy color: '#CCD615'

red 204 ◦ green 214 ◦ blue 21

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

Shades of Barberry #CCD615

Tints of Barberry #CCD615

RGB

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

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

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

R = 46.47%
G = 48.75%
B = 4.78%

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

#CCD615 (or 0xCCD615) is known color: Barberry. HEX triplet: CC, D6 and 15. RGB value is (204,214,21). Sum of RGB (Red+Green+Blue) = 204+214+21=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 214 (83.98% from 255 or 48.75% from 439); Blue value is 21 (8.59% from 255 or 4.78% from 439); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD615 is #3329EA. Grayscale: #BDBDBD. Windows color (decimal): -3353067 or 1431244. OLE color: 1431244.

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

Color convert

RGB 204 214 21 -
CMYK 0.05 0 0.90 0.16
HSL 63.11º 0.82% 0.46% -
HSV(B) 63.11º 0.9% 0.84% -
XYZ 49.08 60.98 9.89 -
YUV 189.01 33.19 138.69 -
System Red Green Blue C M Y K H S L
Decimal 204 214 21 0.05 0 0.90 0.16 63.11 0.82 0.46
Hex CC D6 15 5 0 5A 10 3F 52 2E
Octal 314 326 25 5 0 132 20 77 122 56
Binary 11001100 11010110 10101 101 0 1011010 10000 111111 1010010 101110

Color Harmonies of #CCD615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD615

Black with #CCD615

Text Example


Text Example

White with #CCD615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD615; }

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

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

background-color css

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

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

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

border-color css

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

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

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