Html Css Color HEX #CCCC27 Barberry

📋 copy color: '#CCCC27'

red 204 ◦ green 204 ◦ blue 39

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

Shades of Barberry #CCCC27

Tints of Barberry #CCCC27

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.64%

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

R = 45.64%
G = 45.64%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CCCC27 (or 0xCCCC27) is known color: Barberry. HEX triplet: CC, CC and 27. RGB value is (204,204,39). Sum of RGB (Red+Green+Blue) = 204+204+39=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 204 (80.08% from 255 or 45.64% from 447); Blue value is 39 (15.62% from 255 or 8.72% from 447); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCC27 is #3333D8. Grayscale: #B9B9B9. Windows color (decimal): -3355609 or 2608332. OLE color: 2608332.

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

Color convert

RGB 204 204 39 -
CMYK 0 0 0.81 0.2
HSL 60º 0.68% 0.48% -
HSV(B) 60º 0.81% 0.8% -
XYZ 46.86 56.17 10.29 -
YUV 185.19 45.5 141.42 -
System Red Green Blue C M Y K H S L
Decimal 204 204 39 0 0 0.81 0.2 60 0.68 0.48
Hex CC CC 27 0 0 51 14 3C 44 30
Octal 314 314 47 0 0 121 24 74 104 60
Binary 11001100 11001100 100111 0 0 1010001 10100 111100 1000100 110000

Color Harmonies of #CCCC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC27

Black with #CCCC27

Text Example


Text Example

White with #CCCC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC27; }

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

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

background-color css

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

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

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

border-color css

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

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

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