Html Css Color HEX #CCDE11 Barberry

📋 copy color: '#CCDE11'

red 204 ◦ green 222 ◦ blue 17

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

Shades of Barberry #CCDE11

Tints of Barberry #CCDE11

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.11%

 BLUE value IS 17 (7.03% from 255) = 3.84%

R = 46.05%
G = 50.11%
B = 3.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#CCDE11 (or 0xCCDE11) is known color: Barberry. HEX triplet: CC, DE and 11. RGB value is (204,222,17). Sum of RGB (Red+Green+Blue) = 204+222+17=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 222 (87.11% from 255 or 50.11% from 443); Blue value is 17 (7.03% from 255 or 3.84% from 443); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDE11 is #3321EE. Grayscale: #C2C2C2. Windows color (decimal): -3351023 or 1171148. OLE color: 1171148.

HSL color Cylindrical-coordinate representation of color #CCDE11: hue angle of 65.27º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCDE11 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 222 17 -
CMYK 0.08 0 0.92 0.13
HSL 65.27º 0.86% 0.47% -
HSV(B) 65.27º 0.92% 0.87% -
XYZ 51.12 65.12 10.41 -
YUV 193.25 28.54 135.67 -
System Red Green Blue C M Y K H S L
Decimal 204 222 17 0.08 0 0.92 0.13 65.27 0.86 0.47
Hex CC DE 11 8 0 5C D 41 56 2F
Octal 314 336 21 10 0 134 15 101 126 57
Binary 11001100 11011110 10001 1000 0 1011100 1101 1000001 1010110 101111

Color Harmonies of #CCDE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDE11

Black with #CCDE11

Text Example


Text Example

White with #CCDE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDE11; }

 p { color: rgb(204,222,17); }

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

background-color css

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

 a { background-color: rgb(204,222,17); }

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

border-color css

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

 span { border-color: rgb(204,222,17); }

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