Html Css Color HEX #CCC91E Barberry

📋 copy color: '#CCC91E'

red 204 ◦ green 201 ◦ blue 30

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

Shades of Barberry #CCC91E

Tints of Barberry #CCC91E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.9%

R = 46.9%
G = 46.21%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CCC91E (or 0xCCC91E) is known color: Barberry. HEX triplet: CC, C9 and 1E. RGB value is (204,201,30). Sum of RGB (Red+Green+Blue) = 204+201+30=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 201 (78.91% from 255 or 46.21% from 435); Blue value is 30 (12.11% from 255 or 6.90% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC91E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC91E is #3336E1. Grayscale: #B7B7B7. Windows color (decimal): -3356386 or 2017740. OLE color: 2017740.

HSL color Cylindrical-coordinate representation of color #CCC91E: hue angle of 58.97º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCC91E is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 201 30 -
CMYK 0 0.01 0.85 0.2
HSL 58.97º 0.74% 0.46% -
HSV(B) 58.97º 0.85% 0.8% -
XYZ 46.02 54.7 9.36 -
YUV 182.4 41.99 143.4 -
System Red Green Blue C M Y K H S L
Decimal 204 201 30 0 0.01 0.85 0.2 58.97 0.74 0.46
Hex CC C9 1E 0 1 55 14 3B 4A 2E
Octal 314 311 36 0 1 125 24 73 112 56
Binary 11001100 11001001 11110 0 1 1010101 10100 111011 1001010 101110

Color Harmonies of #CCC91E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC91E

Black with #CCC91E

Text Example


Text Example

White with #CCC91E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC91E; }

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

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

background-color css

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

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

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

border-color css

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

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

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