Html Css Color HEX #CCCD20 Barberry

📋 copy color: '#CCCD20'

red 204 ◦ green 205 ◦ blue 32

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

Shades of Barberry #CCCD20

Tints of Barberry #CCCD20

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.49%

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

R = 46.26%
G = 46.49%
B = 7.26%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CCCD20 (or 0xCCCD20) is known color: Barberry. HEX triplet: CC, CD and 20. RGB value is (204,205,32). Sum of RGB (Red+Green+Blue) = 204+205+32=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 32 (12.89% from 255 or 7.26% from 441); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCD20 is #3332DF. Grayscale: #B9B9B9. Windows color (decimal): -3355360 or 2149836. OLE color: 2149836.

HSL color Cylindrical-coordinate representation of color #CCCD20: hue angle of 60.35º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCCD20 is Cyan = 0.00, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 205 32 -
CMYK 0.00 0 0.84 0.20
HSL 60.35º 0.73% 0.46% -
HSV(B) 60.35º 0.84% 0.8% -
XYZ 46.99 56.6 9.82 -
YUV 184.98 41.67 141.57 -
System Red Green Blue C M Y K H S L
Decimal 204 205 32 0.00 0 0.84 0.20 60.35 0.73 0.46
Hex CC CD 20 0 0 54 14 3C 49 2E
Octal 314 315 40 0 0 124 24 74 111 56
Binary 11001100 11001101 100000 0 0 1010100 10100 111100 1001001 101110

Color Harmonies of #CCCD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCD20

Black with #CCCD20

Text Example


Text Example

White with #CCCD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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