Html Css Color HEX #CCBC26 Barberry

📋 copy color: '#CCBC26'

red 204 ◦ green 188 ◦ blue 38

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

Shades of Barberry #CCBC26

Tints of Barberry #CCBC26

RGB

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

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

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

R = 47.44%
G = 43.72%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CCBC26 (or 0xCCBC26) is known color: Barberry. HEX triplet: CC, BC and 26. RGB value is (204,188,38). Sum of RGB (Red+Green+Blue) = 204+188+38=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 38 (15.23% from 255 or 8.84% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC26 is #3343D9. Grayscale: #B0B0B0. Windows color (decimal): -3359706 or 2538700. OLE color: 2538700.

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

Color convert

RGB 204 188 38 -
CMYK 0 0.08 0.81 0.2
HSL 54.22º 0.69% 0.47% -
HSV(B) 54.22º 0.81% 0.8% -
XYZ 43.23 48.94 9 -
YUV 175.68 50.3 148.2 -
System Red Green Blue C M Y K H S L
Decimal 204 188 38 0 0.08 0.81 0.2 54.22 0.69 0.47
Hex CC BC 26 0 8 51 14 36 45 2F
Octal 314 274 46 0 10 121 24 66 105 57
Binary 11001100 10111100 100110 0 1000 1010001 10100 110110 1000101 101111

Color Harmonies of #CCBC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC26

Black with #CCBC26

Text Example


Text Example

White with #CCBC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC26; }

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

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

background-color css

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

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

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

border-color css

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

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

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