Html Css Color HEX #CCC51D Barberry

📋 copy color: '#CCC51D'

red 204 ◦ green 197 ◦ blue 29

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

Shades of Barberry #CCC51D

Tints of Barberry #CCC51D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.81%

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

R = 47.44%
G = 45.81%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CCC51D (or 0xCCC51D) is known color: Barberry. HEX triplet: CC, C5 and 1D. RGB value is (204,197,29). Sum of RGB (Red+Green+Blue) = 204+197+29=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 197 (77.34% from 255 or 45.81% from 430); Blue value is 29 (11.72% from 255 or 6.74% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC51D is #333AE2. Grayscale: #B4B4B4. Windows color (decimal): -3357411 or 1951180. OLE color: 1951180.

HSL color Cylindrical-coordinate representation of color #CCC51D: hue angle of 57.6º 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 #CCC51D is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 197 29 -
CMYK 0 0.03 0.86 0.2
HSL 57.6º 0.75% 0.46% -
HSV(B) 57.6º 0.86% 0.8% -
XYZ 45.09 52.86 8.99 -
YUV 179.94 42.82 145.16 -
System Red Green Blue C M Y K H S L
Decimal 204 197 29 0 0.03 0.86 0.2 57.6 0.75 0.46
Hex CC C5 1D 0 3 56 14 3A 4B 2E
Octal 314 305 35 0 3 126 24 72 113 56
Binary 11001100 11000101 11101 0 11 1010110 10100 111010 1001011 101110

Color Harmonies of #CCC51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC51D

Black with #CCC51D

Text Example


Text Example

White with #CCC51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC51D; }

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

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

background-color css

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

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

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

border-color css

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

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

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