Html Css Color HEX #CCDA10 Barberry

📋 copy color: '#CCDA10'

red 204 ◦ green 218 ◦ blue 16

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

Shades of Barberry #CCDA10

Tints of Barberry #CCDA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.65%

R = 46.58%
G = 49.77%
B = 3.65%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#CCDA10 (or 0xCCDA10) is known color: Barberry. HEX triplet: CC, DA and 10. RGB value is (204,218,16). Sum of RGB (Red+Green+Blue) = 204+218+16=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 16 (6.64% from 255 or 3.65% from 438); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDA10 is #3325EF. Grayscale: #BFBFBF. Windows color (decimal): -3352048 or 1104588. OLE color: 1104588.

HSL color Cylindrical-coordinate representation of color #CCDA10: hue angle of 64.16º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCDA10 is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 218 16 -
CMYK 0.06 0 0.93 0.15
HSL 64.16º 0.86% 0.46% -
HSV(B) 64.16º 0.93% 0.85% -
XYZ 50.07 63.02 10.02 -
YUV 190.79 29.36 137.43 -
System Red Green Blue C M Y K H S L
Decimal 204 218 16 0.06 0 0.93 0.15 64.16 0.86 0.46
Hex CC DA 10 6 0 5D F 40 56 2E
Octal 314 332 20 6 0 135 17 100 126 56
Binary 11001100 11011010 10000 110 0 1011101 1111 1000000 1010110 101110

Color Harmonies of #CCDA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDA10

Black with #CCDA10

Text Example


Text Example

White with #CCDA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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