Html Css Color HEX #CCC927 Barberry

📋 copy color: '#CCC927'

red 204 ◦ green 201 ◦ blue 39

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

Shades of Barberry #CCC927

Tints of Barberry #CCC927

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.27%

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

R = 45.95%
G = 45.27%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CCC927 (or 0xCCC927) is known color: Barberry. HEX triplet: CC, C9 and 27. RGB value is (204,201,39). Sum of RGB (Red+Green+Blue) = 204+201+39=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 201 (78.91% from 255 or 45.27% from 444); Blue value is 39 (15.62% from 255 or 8.78% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC927 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC927 is #3336D8. Grayscale: #B8B8B8. Windows color (decimal): -3356377 or 2607564. OLE color: 2607564.

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

Color convert

RGB 204 201 39 -
CMYK 0 0.01 0.81 0.2
HSL 58.91º 0.68% 0.48% -
HSV(B) 58.91º 0.81% 0.8% -
XYZ 46.15 54.76 10.06 -
YUV 183.43 46.49 142.67 -
System Red Green Blue C M Y K H S L
Decimal 204 201 39 0 0.01 0.81 0.2 58.91 0.68 0.48
Hex CC C9 27 0 1 51 14 3B 44 30
Octal 314 311 47 0 1 121 24 73 104 60
Binary 11001100 11001001 100111 0 1 1010001 10100 111011 1000100 110000

Color Harmonies of #CCC927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC927

Black with #CCC927

Text Example


Text Example

White with #CCC927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC927; }

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

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

background-color css

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

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

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

border-color css

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

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

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