Html Css Color HEX #CCBA29 Barberry

📋 copy color: '#CCBA29'

red 204 ◦ green 186 ◦ blue 41

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

Shades of Barberry #CCBA29

Tints of Barberry #CCBA29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.51%

R = 47.33%
G = 43.16%
B = 9.51%

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

#CCBA29 (or 0xCCBA29) is known color: Barberry. HEX triplet: CC, BA and 29. RGB value is (204,186,41). Sum of RGB (Red+Green+Blue) = 204+186+41=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 41 (16.41% from 255 or 9.51% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBA29 is #3345D6. Grayscale: #AFAFAF. Windows color (decimal): -3360215 or 2734796. OLE color: 2734796.

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

Color convert

RGB 204 186 41 -
CMYK 0 0.09 0.80 0.2
HSL 53.37º 0.67% 0.48% -
HSV(B) 53.37º 0.8% 0.8% -
XYZ 42.86 48.12 9.13 -
YUV 174.85 52.46 148.79 -
System Red Green Blue C M Y K H S L
Decimal 204 186 41 0 0.09 0.80 0.2 53.37 0.67 0.48
Hex CC BA 29 0 9 50 14 35 43 30
Octal 314 272 51 0 11 120 24 65 103 60
Binary 11001100 10111010 101001 0 1001 1010000 10100 110101 1000011 110000

Color Harmonies of #CCBA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBA29

Black with #CCBA29

Text Example


Text Example

White with #CCBA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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