Html Css Color HEX #CCD41A Barberry

📋 copy color: '#CCD41A'

red 204 ◦ green 212 ◦ blue 26

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

Shades of Barberry #CCD41A

Tints of Barberry #CCD41A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.88%

R = 46.15%
G = 47.96%
B = 5.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#CCD41A (or 0xCCD41A) is known color: Barberry. HEX triplet: CC, D4 and 1A. RGB value is (204,212,26). Sum of RGB (Red+Green+Blue) = 204+212+26=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 212 (83.20% from 255 or 47.96% from 442); Blue value is 26 (10.55% from 255 or 5.88% from 442); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD41A is #332BE5. Grayscale: #BDBDBD. Windows color (decimal): -3353574 or 1758412. OLE color: 1758412.

HSL color Cylindrical-coordinate representation of color #CCD41A: hue angle of 62.58º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCD41A is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 212 26 -
CMYK 0.04 0 0.88 0.17
HSL 62.58º 0.78% 0.47% -
HSV(B) 62.58º 0.88% 0.83% -
XYZ 48.63 60 10 -
YUV 188.4 36.35 139.12 -
System Red Green Blue C M Y K H S L
Decimal 204 212 26 0.04 0 0.88 0.17 62.58 0.78 0.47
Hex CC D4 1A 4 0 58 11 3F 4E 2F
Octal 314 324 32 4 0 130 21 77 116 57
Binary 11001100 11010100 11010 100 0 1011000 10001 111111 1001110 101111

Color Harmonies of #CCD41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD41A

Black with #CCD41A

Text Example


Text Example

White with #CCD41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD41A; }

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

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

background-color css

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

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

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

border-color css

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

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

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