Html Css Color HEX #CCC21F Barberry

📋 copy color: '#CCC21F'

red 204 ◦ green 194 ◦ blue 31

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

Shades of Barberry #CCC21F

Tints of Barberry #CCC21F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.23%

R = 47.55%
G = 45.22%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CCC21F (or 0xCCC21F) is known color: Barberry. HEX triplet: CC, C2 and 1F. RGB value is (204,194,31). Sum of RGB (Red+Green+Blue) = 204+194+31=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 31 (12.5% from 255 or 7.23% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC21F is #333DE0. Grayscale: #B3B3B3. Windows color (decimal): -3358177 or 2081484. OLE color: 2081484.

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

Color convert

RGB 204 194 31 -
CMYK 0 0.05 0.85 0.2
HSL 56.53º 0.74% 0.46% -
HSV(B) 56.53º 0.85% 0.8% -
XYZ 44.44 51.52 8.9 -
YUV 178.41 44.81 146.25 -
System Red Green Blue C M Y K H S L
Decimal 204 194 31 0 0.05 0.85 0.2 56.53 0.74 0.46
Hex CC C2 1F 0 5 55 14 39 4A 2E
Octal 314 302 37 0 5 125 24 71 112 56
Binary 11001100 11000010 11111 0 101 1010101 10100 111001 1001010 101110

Color Harmonies of #CCC21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC21F

Black with #CCC21F

Text Example


Text Example

White with #CCC21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC21F; }

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

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

background-color css

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

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

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

border-color css

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

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

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