Html Css Color HEX #CCC61B Barberry

📋 copy color: '#CCC61B'

red 204 ◦ green 198 ◦ blue 27

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

Shades of Barberry #CCC61B

Tints of Barberry #CCC61B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 46.15%

 BLUE value IS 27 (10.94% from 255) = 6.29%

R = 47.55%
G = 46.15%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CCC61B (or 0xCCC61B) is known color: Barberry. HEX triplet: CC, C6 and 1B. RGB value is (204,198,27). Sum of RGB (Red+Green+Blue) = 204+198+27=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 198 (77.73% from 255 or 46.15% from 429); Blue value is 27 (10.94% from 255 or 6.29% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC61B is #3339E4. Grayscale: #B4B4B4. Windows color (decimal): -3357157 or 1820364. OLE color: 1820364.

HSL color Cylindrical-coordinate representation of color #CCC61B: hue angle of 57.97º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCC61B is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 198 27 -
CMYK 0 0.03 0.87 0.2
HSL 57.97º 0.77% 0.45% -
HSV(B) 57.97º 0.87% 0.8% -
XYZ 45.29 53.3 8.94 -
YUV 180.3 41.49 144.9 -
System Red Green Blue C M Y K H S L
Decimal 204 198 27 0 0.03 0.87 0.2 57.97 0.77 0.45
Hex CC C6 1B 0 3 57 14 3A 4D 2D
Octal 314 306 33 0 3 127 24 72 115 55
Binary 11001100 11000110 11011 0 11 1010111 10100 111010 1001101 101101

Color Harmonies of #CCC61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC61B

Black with #CCC61B

Text Example


Text Example

White with #CCC61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC61B; }

 p { color: rgb(204,198,27); }

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

background-color css

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

 a { background-color: rgb(204,198,27); }

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

border-color css

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

 span { border-color: rgb(204,198,27); }

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