Html Css Color HEX #CCD020 Barberry

📋 copy color: '#CCD020'

red 204 ◦ green 208 ◦ blue 32

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

Shades of Barberry #CCD020

Tints of Barberry #CCD020

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.85%

 BLUE value IS 32 (12.89% from 255) = 7.21%

R = 45.95%
G = 46.85%
B = 7.21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#CCD020 (or 0xCCD020) is known color: Barberry. HEX triplet: CC, D0 and 20. RGB value is (204,208,32). Sum of RGB (Red+Green+Blue) = 204+208+32=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 208 (81.64% from 255 or 46.85% from 444); Blue value is 32 (12.89% from 255 or 7.21% from 444); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD020 is #332FDF. Grayscale: #BBBBBB. Windows color (decimal): -3354592 or 2150604. OLE color: 2150604.

HSL color Cylindrical-coordinate representation of color #CCD020: hue angle of 61.36º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCD020 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 208 32 -
CMYK 0.02 0 0.85 0.18
HSL 61.36º 0.73% 0.47% -
HSV(B) 61.36º 0.85% 0.82% -
XYZ 47.72 58.05 10.06 -
YUV 186.74 40.67 140.31 -
System Red Green Blue C M Y K H S L
Decimal 204 208 32 0.02 0 0.85 0.18 61.36 0.73 0.47
Hex CC D0 20 2 0 55 12 3D 49 2F
Octal 314 320 40 2 0 125 22 75 111 57
Binary 11001100 11010000 100000 10 0 1010101 10010 111101 1001001 101111

Color Harmonies of #CCD020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD020

Black with #CCD020

Text Example


Text Example

White with #CCD020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD020; }

 p { color: rgb(204,208,32); }

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

background-color css

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

 a { background-color: rgb(204,208,32); }

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

border-color css

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

 span { border-color: rgb(204,208,32); }

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