Html Css Color HEX #CCC727 Barberry

📋 copy color: '#CCC727'

red 204 ◦ green 199 ◦ blue 39

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

Shades of Barberry #CCC727

Tints of Barberry #CCC727

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.02%

 BLUE value IS 39 (15.63% from 255) = 8.82%

R = 46.15%
G = 45.02%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CCC727 (or 0xCCC727) is known color: Barberry. HEX triplet: CC, C7 and 27. RGB value is (204,199,39). Sum of RGB (Red+Green+Blue) = 204+199+39=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 199 (78.12% from 255 or 45.02% from 442); Blue value is 39 (15.62% from 255 or 8.82% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC727 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC727 is #3338D8. Grayscale: #B6B6B6. Windows color (decimal): -3356889 or 2607052. OLE color: 2607052.

HSL color Cylindrical-coordinate representation of color #CCC727: hue angle of 58.18º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCC727 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 199 39 -
CMYK 0 0.02 0.81 0.2
HSL 58.18º 0.68% 0.48% -
HSV(B) 58.18º 0.81% 0.8% -
XYZ 45.69 53.83 9.9 -
YUV 182.26 47.16 143.51 -
System Red Green Blue C M Y K H S L
Decimal 204 199 39 0 0.02 0.81 0.2 58.18 0.68 0.48
Hex CC C7 27 0 2 51 14 3A 44 30
Octal 314 307 47 0 2 121 24 72 104 60
Binary 11001100 11000111 100111 0 10 1010001 10100 111010 1000100 110000

Color Harmonies of #CCC727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC727

Black with #CCC727

Text Example


Text Example

White with #CCC727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC727; }

 p { color: rgb(204,199,39); }

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

background-color css

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

 a { background-color: rgb(204,199,39); }

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

border-color css

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

 span { border-color: rgb(204,199,39); }

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