Html Css Color HEX #CCBA28 Barberry

📋 copy color: '#CCBA28'

red 204 ◦ green 186 ◦ blue 40

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

Shades of Barberry #CCBA28

Tints of Barberry #CCBA28

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.26%

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

R = 47.44%
G = 43.26%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CCBA28 (or 0xCCBA28) is known color: Barberry. HEX triplet: CC, BA and 28. RGB value is (204,186,40). Sum of RGB (Red+Green+Blue) = 204+186+40=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 40 (16.02% from 255 or 9.30% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBA28 is #3345D7. Grayscale: #AFAFAF. Windows color (decimal): -3360216 or 2669260. OLE color: 2669260.

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

Color convert

RGB 204 186 40 -
CMYK 0 0.09 0.80 0.2
HSL 53.41º 0.67% 0.48% -
HSV(B) 53.41º 0.8% 0.8% -
XYZ 42.84 48.11 9.04 -
YUV 174.74 51.96 148.87 -
System Red Green Blue C M Y K H S L
Decimal 204 186 40 0 0.09 0.80 0.2 53.41 0.67 0.48
Hex CC BA 28 0 9 50 14 35 43 30
Octal 314 272 50 0 11 120 24 65 103 60
Binary 11001100 10111010 101000 0 1001 1010000 10100 110101 1000011 110000

Color Harmonies of #CCBA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBA28

Black with #CCBA28

Text Example


Text Example

White with #CCBA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBA28; }

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

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

background-color css

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

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

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

border-color css

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

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

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