Html Css Color HEX #CCBE28 Barberry

📋 copy color: '#CCBE28'

red 204 ◦ green 190 ◦ blue 40

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

Shades of Barberry #CCBE28

Tints of Barberry #CCBE28

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.78%

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

R = 47%
G = 43.78%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CCBE28 (or 0xCCBE28) is known color: Barberry. HEX triplet: CC, BE and 28. RGB value is (204,190,40). Sum of RGB (Red+Green+Blue) = 204+190+40=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 40 (16.02% from 255 or 9.22% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBE28 is #3341D7. Grayscale: #B1B1B1. Windows color (decimal): -3359192 or 2670284. OLE color: 2670284.

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

Color convert

RGB 204 190 40 -
CMYK 0 0.07 0.80 0.2
HSL 54.88º 0.67% 0.48% -
HSV(B) 54.88º 0.8% 0.8% -
XYZ 43.7 49.82 9.32 -
YUV 177.09 50.64 147.2 -
System Red Green Blue C M Y K H S L
Decimal 204 190 40 0 0.07 0.80 0.2 54.88 0.67 0.48
Hex CC BE 28 0 7 50 14 37 43 30
Octal 314 276 50 0 7 120 24 67 103 60
Binary 11001100 10111110 101000 0 111 1010000 10100 110111 1000011 110000

Color Harmonies of #CCBE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBE28

Black with #CCBE28

Text Example


Text Example

White with #CCBE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBE28; }

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

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

background-color css

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

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

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

border-color css

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

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

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