Html Css Color HEX #CCD514 Barberry

📋 copy color: '#CCD514'

red 204 ◦ green 213 ◦ blue 20

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

Shades of Barberry #CCD514

Tints of Barberry #CCD514

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.74%

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

R = 46.68%
G = 48.74%
B = 4.58%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#CCD514 (or 0xCCD514) is known color: Barberry. HEX triplet: CC, D5 and 14. RGB value is (204,213,20). Sum of RGB (Red+Green+Blue) = 204+213+20=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 213 (83.59% from 255 or 48.74% from 437); Blue value is 20 (8.20% from 255 or 4.58% from 437); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD514 is #332AEB. Grayscale: #BDBDBD. Windows color (decimal): -3353324 or 1365452. OLE color: 1365452.

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

Color convert

RGB 204 213 20 -
CMYK 0.04 0 0.91 0.16
HSL 62.8º 0.83% 0.46% -
HSV(B) 62.8º 0.91% 0.84% -
XYZ 48.82 60.48 9.76 -
YUV 188.31 33.02 139.19 -
System Red Green Blue C M Y K H S L
Decimal 204 213 20 0.04 0 0.91 0.16 62.8 0.83 0.46
Hex CC D5 14 4 0 5B 10 3F 53 2E
Octal 314 325 24 4 0 133 20 77 123 56
Binary 11001100 11010101 10100 100 0 1011011 10000 111111 1010011 101110

Color Harmonies of #CCD514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD514

Black with #CCD514

Text Example


Text Example

White with #CCD514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD514; }

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

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

background-color css

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

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

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

border-color css

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

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

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