Html Css Color HEX #CCDA15 Barberry

📋 copy color: '#CCDA15'

red 204 ◦ green 218 ◦ blue 21

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

Shades of Barberry #CCDA15

Tints of Barberry #CCDA15

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.21%

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

R = 46.05%
G = 49.21%
B = 4.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#CCDA15 (or 0xCCDA15) is known color: Barberry. HEX triplet: CC, DA and 15. RGB value is (204,218,21). Sum of RGB (Red+Green+Blue) = 204+218+21=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 218 (85.55% from 255 or 49.21% from 443); Blue value is 21 (8.59% from 255 or 4.74% from 443); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDA15 is #3325EA. Grayscale: #C0C0C0. Windows color (decimal): -3352043 or 1432268. OLE color: 1432268.

HSL color Cylindrical-coordinate representation of color #CCDA15: hue angle of 64.26º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCDA15 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 218 21 -
CMYK 0.06 0 0.90 0.15
HSL 64.26º 0.82% 0.47% -
HSV(B) 64.26º 0.9% 0.85% -
XYZ 50.11 63.03 10.24 -
YUV 191.36 31.86 137.02 -
System Red Green Blue C M Y K H S L
Decimal 204 218 21 0.06 0 0.90 0.15 64.26 0.82 0.47
Hex CC DA 15 6 0 5A F 40 52 2F
Octal 314 332 25 6 0 132 17 100 122 57
Binary 11001100 11011010 10101 110 0 1011010 1111 1000000 1010010 101111

Color Harmonies of #CCDA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDA15

Black with #CCDA15

Text Example


Text Example

White with #CCDA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDA15; }

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

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

background-color css

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

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

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

border-color css

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

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

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