Html Css Color HEX #CCD61A Barberry

📋 copy color: '#CCD61A'

red 204 ◦ green 214 ◦ blue 26

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

Shades of Barberry #CCD61A

Tints of Barberry #CCD61A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.2%

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

R = 45.95%
G = 48.2%
B = 5.86%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#CCD61A (or 0xCCD61A) is known color: Barberry. HEX triplet: CC, D6 and 1A. RGB value is (204,214,26). Sum of RGB (Red+Green+Blue) = 204+214+26=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 214 (83.98% from 255 or 48.20% from 444); Blue value is 26 (10.55% from 255 or 5.86% from 444); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD61A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD61A is #3329E5. Grayscale: #BEBEBE. Windows color (decimal): -3353062 or 1758924. OLE color: 1758924.

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

Color convert

RGB 204 214 26 -
CMYK 0.05 0 0.88 0.16
HSL 63.19º 0.78% 0.47% -
HSV(B) 63.19º 0.88% 0.84% -
XYZ 49.13 61.01 10.16 -
YUV 189.58 35.69 138.29 -
System Red Green Blue C M Y K H S L
Decimal 204 214 26 0.05 0 0.88 0.16 63.19 0.78 0.47
Hex CC D6 1A 5 0 58 10 3F 4E 2F
Octal 314 326 32 5 0 130 20 77 116 57
Binary 11001100 11010110 11010 101 0 1011000 10000 111111 1001110 101111

Color Harmonies of #CCD61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD61A

Black with #CCD61A

Text Example


Text Example

White with #CCD61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD61A; }

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

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

background-color css

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

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

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

border-color css

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

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

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