Html Css Color HEX #CCD71A Barberry

📋 copy color: '#CCD71A'

red 204 ◦ green 215 ◦ blue 26

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

Shades of Barberry #CCD71A

Tints of Barberry #CCD71A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.31%

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

R = 45.84%
G = 48.31%
B = 5.84%

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

#CCD71A (or 0xCCD71A) is known color: Barberry. HEX triplet: CC, D7 and 1A. RGB value is (204,215,26). Sum of RGB (Red+Green+Blue) = 204+215+26=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 215 (84.38% from 255 or 48.31% from 445); Blue value is 26 (10.55% from 255 or 5.84% from 445); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD71A is #3328E5. Grayscale: #BEBEBE. Windows color (decimal): -3352806 or 1759180. OLE color: 1759180.

HSL color Cylindrical-coordinate representation of color #CCD71A: hue angle of 63.49º 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 #CCD71A is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 215 26 -
CMYK 0.05 0 0.88 0.16
HSL 63.49º 0.78% 0.47% -
HSV(B) 63.49º 0.88% 0.84% -
XYZ 49.39 61.51 10.25 -
YUV 190.17 35.36 137.87 -
System Red Green Blue C M Y K H S L
Decimal 204 215 26 0.05 0 0.88 0.16 63.49 0.78 0.47
Hex CC D7 1A 5 0 58 10 3F 4E 2F
Octal 314 327 32 5 0 130 20 77 116 57
Binary 11001100 11010111 11010 101 0 1011000 10000 111111 1001110 101111

Color Harmonies of #CCD71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD71A

Black with #CCD71A

Text Example


Text Example

White with #CCD71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD71A; }

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

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

background-color css

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

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

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

border-color css

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

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

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