Html Css Color HEX #CCB627 Barberry

📋 copy color: '#CCB627'

red 204 ◦ green 182 ◦ blue 39

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

Shades of Barberry #CCB627

Tints of Barberry #CCB627

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.82%

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

R = 48%
G = 42.82%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CCB627 (or 0xCCB627) is known color: Barberry. HEX triplet: CC, B6 and 27. RGB value is (204,182,39). Sum of RGB (Red+Green+Blue) = 204+182+39=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 182 (71.48% from 255 or 42.82% from 425); Blue value is 39 (15.62% from 255 or 9.18% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB627 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB627 is #3349D8. Grayscale: #ACACAC. Windows color (decimal): -3361241 or 2602700. OLE color: 2602700.

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

Color convert

RGB 204 182 39 -
CMYK 0 0.11 0.81 0.2
HSL 52º 0.68% 0.48% -
HSV(B) 52º 0.81% 0.8% -
XYZ 42 46.44 8.67 -
YUV 172.28 52.79 150.63 -
System Red Green Blue C M Y K H S L
Decimal 204 182 39 0 0.11 0.81 0.2 52 0.68 0.48
Hex CC B6 27 0 B 51 14 34 44 30
Octal 314 266 47 0 13 121 24 64 104 60
Binary 11001100 10110110 100111 0 1011 1010001 10100 110100 1000100 110000

Color Harmonies of #CCB627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB627

Black with #CCB627

Text Example


Text Example

White with #CCB627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB627; }

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

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

background-color css

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

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

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

border-color css

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

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

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