Html Css Color HEX #CCD51E Barberry

📋 copy color: '#CCD51E'

red 204 ◦ green 213 ◦ blue 30

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

Shades of Barberry #CCD51E

Tints of Barberry #CCD51E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.71%

R = 45.64%
G = 47.65%
B = 6.71%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#CCD51E (or 0xCCD51E) is known color: Barberry. HEX triplet: CC, D5 and 1E. RGB value is (204,213,30). Sum of RGB (Red+Green+Blue) = 204+213+30=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 213 (83.59% from 255 or 47.65% from 447); Blue value is 30 (12.11% from 255 or 6.71% from 447); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD51E is #332AE1. Grayscale: #BEBEBE. Windows color (decimal): -3353314 or 2020812. OLE color: 2020812.

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

Color convert

RGB 204 213 30 -
CMYK 0.04 0 0.86 0.16
HSL 62.95º 0.75% 0.48% -
HSV(B) 62.95º 0.86% 0.84% -
XYZ 48.93 60.52 10.33 -
YUV 189.45 38.02 138.38 -
System Red Green Blue C M Y K H S L
Decimal 204 213 30 0.04 0 0.86 0.16 62.95 0.75 0.48
Hex CC D5 1E 4 0 56 10 3F 4B 30
Octal 314 325 36 4 0 126 20 77 113 60
Binary 11001100 11010101 11110 100 0 1010110 10000 111111 1001011 110000

Color Harmonies of #CCD51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD51E

Black with #CCD51E

Text Example


Text Example

White with #CCD51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD51E; }

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

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

background-color css

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

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

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

border-color css

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

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

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