Html Css Color HEX #CCD715 Barberry

📋 copy color: '#CCD715'

red 204 ◦ green 215 ◦ blue 21

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

Shades of Barberry #CCD715

Tints of Barberry #CCD715

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.86%

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

R = 46.36%
G = 48.86%
B = 4.77%

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

#CCD715 (or 0xCCD715) is known color: Barberry. HEX triplet: CC, D7 and 15. RGB value is (204,215,21). Sum of RGB (Red+Green+Blue) = 204+215+21=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 215 (84.38% from 255 or 48.86% from 440); Blue value is 21 (8.59% from 255 or 4.77% from 440); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD715 is #3328EA. Grayscale: #BEBEBE. Windows color (decimal): -3352811 or 1431500. OLE color: 1431500.

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

Color convert

RGB 204 215 21 -
CMYK 0.05 0 0.90 0.16
HSL 63.4º 0.82% 0.46% -
HSV(B) 63.4º 0.9% 0.84% -
XYZ 49.34 61.49 9.98 -
YUV 189.6 32.86 138.27 -
System Red Green Blue C M Y K H S L
Decimal 204 215 21 0.05 0 0.90 0.16 63.4 0.82 0.46
Hex CC D7 15 5 0 5A 10 3F 52 2E
Octal 314 327 25 5 0 132 20 77 122 56
Binary 11001100 11010111 10101 101 0 1011010 10000 111111 1010010 101110

Color Harmonies of #CCD715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD715

Black with #CCD715

Text Example


Text Example

White with #CCD715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD715; }

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

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

background-color css

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

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

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

border-color css

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

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

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