Html Css Color HEX #CCC21D Barberry

📋 copy color: '#CCC21D'

red 204 ◦ green 194 ◦ blue 29

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

Shades of Barberry #CCC21D

Tints of Barberry #CCC21D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.79%

R = 47.78%
G = 45.43%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CCC21D (or 0xCCC21D) is known color: Barberry. HEX triplet: CC, C2 and 1D. RGB value is (204,194,29). Sum of RGB (Red+Green+Blue) = 204+194+29=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 194 (76.17% from 255 or 45.43% from 427); Blue value is 29 (11.72% from 255 or 6.79% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC21D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC21D is #333DE2. Grayscale: #B2B2B2. Windows color (decimal): -3358179 or 1950412. OLE color: 1950412.

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

Color convert

RGB 204 194 29 -
CMYK 0 0.05 0.86 0.2
HSL 56.57º 0.75% 0.46% -
HSV(B) 56.57º 0.86% 0.8% -
XYZ 44.42 51.51 8.76 -
YUV 178.18 43.81 146.42 -
System Red Green Blue C M Y K H S L
Decimal 204 194 29 0 0.05 0.86 0.2 56.57 0.75 0.46
Hex CC C2 1D 0 5 56 14 39 4B 2E
Octal 314 302 35 0 5 126 24 71 113 56
Binary 11001100 11000010 11101 0 101 1010110 10100 111001 1001011 101110

Color Harmonies of #CCC21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC21D

Black with #CCC21D

Text Example


Text Example

White with #CCC21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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