Html Css Color HEX #CCB728 Barberry

📋 copy color: '#CCB728'

red 204 ◦ green 183 ◦ blue 40

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

Shades of Barberry #CCB728

Tints of Barberry #CCB728

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.86%

 BLUE value IS 40 (16.02% from 255) = 9.37%

R = 47.78%
G = 42.86%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CCB728 (or 0xCCB728) is known color: Barberry. HEX triplet: CC, B7 and 28. RGB value is (204,183,40). Sum of RGB (Red+Green+Blue) = 204+183+40=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 183 (71.88% from 255 or 42.86% from 427); Blue value is 40 (16.02% from 255 or 9.37% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB728 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB728 is #3348D7. Grayscale: #ADADAD. Windows color (decimal): -3360984 or 2668492. OLE color: 2668492.

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

Color convert

RGB 204 183 40 -
CMYK 0 0.10 0.80 0.2
HSL 52.32º 0.67% 0.48% -
HSV(B) 52.32º 0.8% 0.8% -
XYZ 42.22 46.86 8.83 -
YUV 172.98 52.96 150.13 -
System Red Green Blue C M Y K H S L
Decimal 204 183 40 0 0.10 0.80 0.2 52.32 0.67 0.48
Hex CC B7 28 0 A 50 14 34 43 30
Octal 314 267 50 0 12 120 24 64 103 60
Binary 11001100 10110111 101000 0 1010 1010000 10100 110100 1000011 110000

Color Harmonies of #CCB728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB728

Black with #CCB728

Text Example


Text Example

White with #CCB728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB728; }

 p { color: rgb(204,183,40); }

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

background-color css

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

 a { background-color: rgb(204,183,40); }

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

border-color css

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

 span { border-color: rgb(204,183,40); }

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