Html Css Color HEX #CCD413 Barberry

📋 copy color: '#CCD413'

red 204 ◦ green 212 ◦ blue 19

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

Shades of Barberry #CCD413

Tints of Barberry #CCD413

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.74%

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

R = 46.9%
G = 48.74%
B = 4.37%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#CCD413 (or 0xCCD413) is known color: Barberry. HEX triplet: CC, D4 and 13. RGB value is (204,212,19). Sum of RGB (Red+Green+Blue) = 204+212+19=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 212 (83.20% from 255 or 48.74% from 435); Blue value is 19 (7.81% from 255 or 4.37% from 435); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD413 is #332BEC. Grayscale: #BCBCBC. Windows color (decimal): -3353581 or 1299660. OLE color: 1299660.

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

Color convert

RGB 204 212 19 -
CMYK 0.04 0 0.91 0.17
HSL 62.49º 0.84% 0.45% -
HSV(B) 62.49º 0.91% 0.83% -
XYZ 48.56 59.97 9.63 -
YUV 187.61 32.85 139.69 -
System Red Green Blue C M Y K H S L
Decimal 204 212 19 0.04 0 0.91 0.17 62.49 0.84 0.45
Hex CC D4 13 4 0 5B 11 3E 54 2D
Octal 314 324 23 4 0 133 21 76 124 55
Binary 11001100 11010100 10011 100 0 1011011 10001 111110 1010100 101101

Color Harmonies of #CCD413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD413

Black with #CCD413

Text Example


Text Example

White with #CCD413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD413; }

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

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

background-color css

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

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

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

border-color css

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

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

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