Html Css Color HEX #CCD611 Barberry

📋 copy color: '#CCD611'

red 204 ◦ green 214 ◦ blue 17

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

Shades of Barberry #CCD611

Tints of Barberry #CCD611

RGB

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

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

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

R = 46.9%
G = 49.2%
B = 3.91%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#CCD611 (or 0xCCD611) is known color: Barberry. HEX triplet: CC, D6 and 11. RGB value is (204,214,17). Sum of RGB (Red+Green+Blue) = 204+214+17=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 17 (7.03% from 255 or 3.91% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD611 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD611 is #3329EE. Grayscale: #BDBDBD. Windows color (decimal): -3353071 or 1169100. OLE color: 1169100.

HSL color Cylindrical-coordinate representation of color #CCD611: hue angle of 63.05º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCD611 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 214 17 -
CMYK 0.05 0 0.92 0.16
HSL 63.05º 0.85% 0.45% -
HSV(B) 63.05º 0.92% 0.84% -
XYZ 49.05 60.97 9.71 -
YUV 188.55 31.19 139.02 -
System Red Green Blue C M Y K H S L
Decimal 204 214 17 0.05 0 0.92 0.16 63.05 0.85 0.45
Hex CC D6 11 5 0 5C 10 3F 55 2D
Octal 314 326 21 5 0 134 20 77 125 55
Binary 11001100 11010110 10001 101 0 1011100 10000 111111 1010101 101101

Color Harmonies of #CCD611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD611

Black with #CCD611

Text Example


Text Example

White with #CCD611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD611; }

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

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

background-color css

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

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

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

border-color css

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

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

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