Html Css Color HEX #CCD914 Barberry

📋 copy color: '#CCD914'

red 204 ◦ green 217 ◦ blue 20

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

Shades of Barberry #CCD914

Tints of Barberry #CCD914

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.21%

 BLUE value IS 20 (8.2% from 255) = 4.54%

R = 46.26%
G = 49.21%
B = 4.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#CCD914 (or 0xCCD914) is known color: Barberry. HEX triplet: CC, D9 and 14. RGB value is (204,217,20). Sum of RGB (Red+Green+Blue) = 204+217+20=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 217 (85.16% from 255 or 49.21% from 441); Blue value is 20 (8.20% from 255 or 4.54% from 441); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD914 is #3326EB. Grayscale: #BFBFBF. Windows color (decimal): -3352300 or 1366476. OLE color: 1366476.

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

Color convert

RGB 204 217 20 -
CMYK 0.06 0 0.91 0.15
HSL 63.96º 0.83% 0.46% -
HSV(B) 63.96º 0.91% 0.85% -
XYZ 49.84 62.51 10.1 -
YUV 190.66 31.69 137.52 -
System Red Green Blue C M Y K H S L
Decimal 204 217 20 0.06 0 0.91 0.15 63.96 0.83 0.46
Hex CC D9 14 6 0 5B F 40 53 2E
Octal 314 331 24 6 0 133 17 100 123 56
Binary 11001100 11011001 10100 110 0 1011011 1111 1000000 1010011 101110

Color Harmonies of #CCD914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD914

Black with #CCD914

Text Example


Text Example

White with #CCD914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD914; }

 p { color: rgb(204,217,20); }

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

background-color css

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

 a { background-color: rgb(204,217,20); }

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

border-color css

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

 span { border-color: rgb(204,217,20); }

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