Html Css Color HEX #CCBC27 Barberry

📋 copy color: '#CCBC27'

red 204 ◦ green 188 ◦ blue 39

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

Shades of Barberry #CCBC27

Tints of Barberry #CCBC27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.05%

R = 47.33%
G = 43.62%
B = 9.05%

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

#CCBC27 (or 0xCCBC27) is known color: Barberry. HEX triplet: CC, BC and 27. RGB value is (204,188,39). Sum of RGB (Red+Green+Blue) = 204+188+39=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 39 (15.62% from 255 or 9.05% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC27 is #3343D8. Grayscale: #B0B0B0. Windows color (decimal): -3359705 or 2604236. OLE color: 2604236.

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

Color convert

RGB 204 188 39 -
CMYK 0 0.08 0.81 0.2
HSL 54.18º 0.68% 0.48% -
HSV(B) 54.18º 0.81% 0.8% -
XYZ 43.25 48.95 9.09 -
YUV 175.8 50.8 148.12 -
System Red Green Blue C M Y K H S L
Decimal 204 188 39 0 0.08 0.81 0.2 54.18 0.68 0.48
Hex CC BC 27 0 8 51 14 36 44 30
Octal 314 274 47 0 10 121 24 66 104 60
Binary 11001100 10111100 100111 0 1000 1010001 10100 110110 1000100 110000

Color Harmonies of #CCBC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC27

Black with #CCBC27

Text Example


Text Example

White with #CCBC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC27; }

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

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

background-color css

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

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

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

border-color css

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

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

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