Html Css Color HEX #CCD713 Barberry

📋 copy color: '#CCD713'

red 204 ◦ green 215 ◦ blue 19

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

Shades of Barberry #CCD713

Tints of Barberry #CCD713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.34%

R = 46.58%
G = 49.09%
B = 4.34%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#CCD713 (or 0xCCD713) is known color: Barberry. HEX triplet: CC, D7 and 13. RGB value is (204,215,19). Sum of RGB (Red+Green+Blue) = 204+215+19=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 215 (84.38% from 255 or 49.09% from 438); Blue value is 19 (7.81% from 255 or 4.34% from 438); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD713 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD713 is #3328EC. Grayscale: #BEBEBE. Windows color (decimal): -3352813 or 1300428. OLE color: 1300428.

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

Color convert

RGB 204 215 19 -
CMYK 0.05 0 0.91 0.16
HSL 63.37º 0.84% 0.46% -
HSV(B) 63.37º 0.91% 0.84% -
XYZ 49.32 61.49 9.88 -
YUV 189.37 31.86 138.44 -
System Red Green Blue C M Y K H S L
Decimal 204 215 19 0.05 0 0.91 0.16 63.37 0.84 0.46
Hex CC D7 13 5 0 5B 10 3F 54 2E
Octal 314 327 23 5 0 133 20 77 124 56
Binary 11001100 11010111 10011 101 0 1011011 10000 111111 1010100 101110

Color Harmonies of #CCD713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD713

Black with #CCD713

Text Example


Text Example

White with #CCD713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD713; }

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

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

background-color css

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

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

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

border-color css

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

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

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