Html Css Color HEX #CCBC28 Barberry

📋 copy color: '#CCBC28'

red 204 ◦ green 188 ◦ blue 40

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

Shades of Barberry #CCBC28

Tints of Barberry #CCBC28

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.52%

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

R = 47.22%
G = 43.52%
B = 9.26%

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

#CCBC28 (or 0xCCBC28) is known color: Barberry. HEX triplet: CC, BC and 28. RGB value is (204,188,40). Sum of RGB (Red+Green+Blue) = 204+188+40=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 40 (16.02% from 255 or 9.26% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC28 is #3343D7. Grayscale: #B0B0B0. Windows color (decimal): -3359704 or 2669772. OLE color: 2669772.

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

Color convert

RGB 204 188 40 -
CMYK 0 0.08 0.80 0.2
HSL 54.15º 0.67% 0.48% -
HSV(B) 54.15º 0.8% 0.8% -
XYZ 43.27 48.96 9.18 -
YUV 175.91 51.3 148.03 -
System Red Green Blue C M Y K H S L
Decimal 204 188 40 0 0.08 0.80 0.2 54.15 0.67 0.48
Hex CC BC 28 0 8 50 14 36 43 30
Octal 314 274 50 0 10 120 24 66 103 60
Binary 11001100 10111100 101000 0 1000 1010000 10100 110110 1000011 110000

Color Harmonies of #CCBC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC28

Black with #CCBC28

Text Example


Text Example

White with #CCBC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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