Html Css Color HEX #CCBB28 Barberry

📋 copy color: '#CCBB28'

red 204 ◦ green 187 ◦ blue 40

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

Shades of Barberry #CCBB28

Tints of Barberry #CCBB28

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.39%

 BLUE value IS 40 (16.02% from 255) = 9.28%

R = 47.33%
G = 43.39%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CCBB28 (or 0xCCBB28) is known color: Barberry. HEX triplet: CC, BB and 28. RGB value is (204,187,40). Sum of RGB (Red+Green+Blue) = 204+187+40=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 40 (16.02% from 255 or 9.28% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBB28 is #3344D7. Grayscale: #AFAFAF. Windows color (decimal): -3359960 or 2669516. OLE color: 2669516.

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

Color convert

RGB 204 187 40 -
CMYK 0 0.08 0.80 0.2
HSL 53.78º 0.67% 0.48% -
HSV(B) 53.78º 0.8% 0.8% -
XYZ 43.06 48.53 9.11 -
YUV 175.33 51.63 148.45 -
System Red Green Blue C M Y K H S L
Decimal 204 187 40 0 0.08 0.80 0.2 53.78 0.67 0.48
Hex CC BB 28 0 8 50 14 36 43 30
Octal 314 273 50 0 10 120 24 66 103 60
Binary 11001100 10111011 101000 0 1000 1010000 10100 110110 1000011 110000

Color Harmonies of #CCBB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBB28

Black with #CCBB28

Text Example


Text Example

White with #CCBB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBB28; }

 p { color: rgb(204,187,40); }

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

background-color css

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

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

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

border-color css

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

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

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