Html Css Color HEX #CCCF20 Barberry

📋 copy color: '#CCCF20'

red 204 ◦ green 207 ◦ blue 32

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

Shades of Barberry #CCCF20

Tints of Barberry #CCCF20

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.73%

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

R = 46.05%
G = 46.73%
B = 7.22%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CCCF20 (or 0xCCCF20) is known color: Barberry. HEX triplet: CC, CF and 20. RGB value is (204,207,32). Sum of RGB (Red+Green+Blue) = 204+207+32=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 32 (12.89% from 255 or 7.22% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCF20 is #3330DF. Grayscale: #BABABA. Windows color (decimal): -3354848 or 2150348. OLE color: 2150348.

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

Color convert

RGB 204 207 32 -
CMYK 0.01 0 0.85 0.19
HSL 61.03º 0.73% 0.47% -
HSV(B) 61.03º 0.85% 0.81% -
XYZ 47.48 57.57 9.98 -
YUV 186.15 41.01 140.73 -
System Red Green Blue C M Y K H S L
Decimal 204 207 32 0.01 0 0.85 0.19 61.03 0.73 0.47
Hex CC CF 20 1 0 55 13 3D 49 2F
Octal 314 317 40 1 0 125 23 75 111 57
Binary 11001100 11001111 100000 1 0 1010101 10011 111101 1001001 101111

Color Harmonies of #CCCF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCF20

Black with #CCCF20

Text Example


Text Example

White with #CCCF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCF20; }

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

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

background-color css

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

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

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

border-color css

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

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

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