Html Css Color HEX #CCD51C Barberry

📋 copy color: '#CCD51C'

red 204 ◦ green 213 ◦ blue 28

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

Shades of Barberry #CCD51C

Tints of Barberry #CCD51C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.29%

R = 45.84%
G = 47.87%
B = 6.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#CCD51C (or 0xCCD51C) is known color: Barberry. HEX triplet: CC, D5 and 1C. RGB value is (204,213,28). Sum of RGB (Red+Green+Blue) = 204+213+28=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 213 (83.59% from 255 or 47.87% from 445); Blue value is 28 (11.33% from 255 or 6.29% from 445); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD51C is #332AE3. Grayscale: #BDBDBD. Windows color (decimal): -3353316 or 1889740. OLE color: 1889740.

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

Color convert

RGB 204 213 28 -
CMYK 0.04 0 0.87 0.16
HSL 62.92º 0.77% 0.47% -
HSV(B) 62.92º 0.87% 0.84% -
XYZ 48.91 60.51 10.2 -
YUV 189.22 37.02 138.54 -
System Red Green Blue C M Y K H S L
Decimal 204 213 28 0.04 0 0.87 0.16 62.92 0.77 0.47
Hex CC D5 1C 4 0 57 10 3F 4D 2F
Octal 314 325 34 4 0 127 20 77 115 57
Binary 11001100 11010101 11100 100 0 1010111 10000 111111 1001101 101111

Color Harmonies of #CCD51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD51C

Black with #CCD51C

Text Example


Text Example

White with #CCD51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD51C; }

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

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

background-color css

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

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

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

border-color css

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

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

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