Html Css Color HEX #CCBA26 Barberry

📋 copy color: '#CCBA26'

red 204 ◦ green 186 ◦ blue 38

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

Shades of Barberry #CCBA26

Tints of Barberry #CCBA26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.88%

R = 47.66%
G = 43.46%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CCBA26 (or 0xCCBA26) is known color: Barberry. HEX triplet: CC, BA and 26. RGB value is (204,186,38). Sum of RGB (Red+Green+Blue) = 204+186+38=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 38 (15.23% from 255 or 8.88% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBA26 is #3345D9. Grayscale: #AFAFAF. Windows color (decimal): -3360218 or 2538188. OLE color: 2538188.

HSL color Cylindrical-coordinate representation of color #CCBA26: hue angle of 53.49º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCBA26 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 186 38 -
CMYK 0 0.09 0.81 0.2
HSL 53.49º 0.69% 0.47% -
HSV(B) 53.49º 0.81% 0.8% -
XYZ 42.81 48.1 8.86 -
YUV 174.51 50.96 149.03 -
System Red Green Blue C M Y K H S L
Decimal 204 186 38 0 0.09 0.81 0.2 53.49 0.69 0.47
Hex CC BA 26 0 9 51 14 35 45 2F
Octal 314 272 46 0 11 121 24 65 105 57
Binary 11001100 10111010 100110 0 1001 1010001 10100 110101 1000101 101111

Color Harmonies of #CCBA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBA26

Black with #CCBA26

Text Example


Text Example

White with #CCBA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBA26; }

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

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

background-color css

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

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

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

border-color css

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

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

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