Html Css Color HEX #CCD411 Barberry

📋 copy color: '#CCD411'

red 204 ◦ green 212 ◦ blue 17

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

Shades of Barberry #CCD411

Tints of Barberry #CCD411

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.96%

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

R = 47.11%
G = 48.96%
B = 3.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#CCD411 (or 0xCCD411) is known color: Barberry. HEX triplet: CC, D4 and 11. RGB value is (204,212,17). Sum of RGB (Red+Green+Blue) = 204+212+17=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 212 (83.20% from 255 or 48.96% from 433); Blue value is 17 (7.03% from 255 or 3.93% from 433); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD411 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD411 is #332BEE. Grayscale: #BCBCBC. Windows color (decimal): -3353583 or 1168588. OLE color: 1168588.

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

Color convert

RGB 204 212 17 -
CMYK 0.04 0 0.92 0.17
HSL 62.46º 0.85% 0.45% -
HSV(B) 62.46º 0.92% 0.83% -
XYZ 48.55 59.96 9.55 -
YUV 187.38 31.85 139.86 -
System Red Green Blue C M Y K H S L
Decimal 204 212 17 0.04 0 0.92 0.17 62.46 0.85 0.45
Hex CC D4 11 4 0 5C 11 3E 55 2D
Octal 314 324 21 4 0 134 21 76 125 55
Binary 11001100 11010100 10001 100 0 1011100 10001 111110 1010101 101101

Color Harmonies of #CCD411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD411

Black with #CCD411

Text Example


Text Example

White with #CCD411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD411; }

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

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

background-color css

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

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

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

border-color css

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

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

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