Html Css Color HEX #CCD313 Barberry

📋 copy color: '#CCD313'

red 204 ◦ green 211 ◦ blue 19

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

Shades of Barberry #CCD313

Tints of Barberry #CCD313

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.62%

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

R = 47%
G = 48.62%
B = 4.38%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#CCD313 (or 0xCCD313) is known color: Barberry. HEX triplet: CC, D3 and 13. RGB value is (204,211,19). Sum of RGB (Red+Green+Blue) = 204+211+19=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 211 (82.81% from 255 or 48.62% from 434); Blue value is 19 (7.81% from 255 or 4.38% from 434); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD313 is #332CEC. Grayscale: #BBBBBB. Windows color (decimal): -3353837 or 1299404. OLE color: 1299404.

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

Color convert

RGB 204 211 19 -
CMYK 0.03 0 0.91 0.17
HSL 62.19º 0.83% 0.45% -
HSV(B) 62.19º 0.91% 0.83% -
XYZ 48.31 59.47 9.55 -
YUV 187.02 33.18 140.11 -
System Red Green Blue C M Y K H S L
Decimal 204 211 19 0.03 0 0.91 0.17 62.19 0.83 0.45
Hex CC D3 13 3 0 5B 11 3E 53 2D
Octal 314 323 23 3 0 133 21 76 123 55
Binary 11001100 11010011 10011 11 0 1011011 10001 111110 1010011 101101

Color Harmonies of #CCD313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD313

Black with #CCD313

Text Example


Text Example

White with #CCD313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD313; }

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

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

background-color css

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

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

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

border-color css

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

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

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