Html Css Color HEX #CCD711 Barberry

📋 copy color: '#CCD711'

red 204 ◦ green 215 ◦ blue 17

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

Shades of Barberry #CCD711

Tints of Barberry #CCD711

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.31%

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

R = 46.79%
G = 49.31%
B = 3.9%

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

#CCD711 (or 0xCCD711) is known color: Barberry. HEX triplet: CC, D7 and 11. RGB value is (204,215,17). Sum of RGB (Red+Green+Blue) = 204+215+17=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 215 (84.38% from 255 or 49.31% from 436); Blue value is 17 (7.03% from 255 or 3.90% from 436); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD711 is #3328EE. Grayscale: #BDBDBD. Windows color (decimal): -3352815 or 1169356. OLE color: 1169356.

HSL color Cylindrical-coordinate representation of color #CCD711: hue angle of 63.33º 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 #CCD711 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 215 17 -
CMYK 0.05 0 0.92 0.16
HSL 63.33º 0.85% 0.45% -
HSV(B) 63.33º 0.92% 0.84% -
XYZ 49.3 61.48 9.8 -
YUV 189.14 30.86 138.6 -
System Red Green Blue C M Y K H S L
Decimal 204 215 17 0.05 0 0.92 0.16 63.33 0.85 0.45
Hex CC D7 11 5 0 5C 10 3F 55 2D
Octal 314 327 21 5 0 134 20 77 125 55
Binary 11001100 11010111 10001 101 0 1011100 10000 111111 1010101 101101

Color Harmonies of #CCD711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD711

Black with #CCD711

Text Example


Text Example

White with #CCD711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD711; }

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

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

background-color css

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

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

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

border-color css

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

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

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