Html Css Color HEX #CCC22D Barberry

📋 copy color: '#CCC22D'

red 204 ◦ green 194 ◦ blue 45

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

Shades of Barberry #CCC22D

Tints of Barberry #CCC22D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.79%

 BLUE value IS 45 (17.97% from 255) = 10.16%

R = 46.05%
G = 43.79%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CCC22D (or 0xCCC22D) is known color: Barberry. HEX triplet: CC, C2 and 2D. RGB value is (204,194,45). Sum of RGB (Red+Green+Blue) = 204+194+45=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 45 (17.97% from 255 or 10.16% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC22D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC22D is #333DD2. Grayscale: #B4B4B4. Windows color (decimal): -3358163 or 2998988. OLE color: 2998988.

HSL color Cylindrical-coordinate representation of color #CCC22D: hue angle of 56.23º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCC22D is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 194 45 -
CMYK 0 0.05 0.78 0.2
HSL 56.23º 0.64% 0.49% -
HSV(B) 56.23º 0.78% 0.8% -
XYZ 44.67 51.61 10.09 -
YUV 180 51.81 145.12 -
System Red Green Blue C M Y K H S L
Decimal 204 194 45 0 0.05 0.78 0.2 56.23 0.64 0.49
Hex CC C2 2D 0 5 4E 14 38 40 31
Octal 314 302 55 0 5 116 24 70 100 61
Binary 11001100 11000010 101101 0 101 1001110 10100 111000 1000000 110001

Color Harmonies of #CCC22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC22D

Black with #CCC22D

Text Example


Text Example

White with #CCC22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC22D; }

 p { color: rgb(204,194,45); }

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

background-color css

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

 a { background-color: rgb(204,194,45); }

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

border-color css

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

 span { border-color: rgb(204,194,45); }

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