Html Css Color HEX #CCB927 Barberry

📋 copy color: '#CCB927'

red 204 ◦ green 185 ◦ blue 39

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

Shades of Barberry #CCB927

Tints of Barberry #CCB927

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.22%

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

R = 47.66%
G = 43.22%
B = 9.11%

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

#CCB927 (or 0xCCB927) is known color: Barberry. HEX triplet: CC, B9 and 27. RGB value is (204,185,39). Sum of RGB (Red+Green+Blue) = 204+185+39=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 39 (15.62% from 255 or 9.11% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB927 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB927 is #3346D8. Grayscale: #AEAEAE. Windows color (decimal): -3360473 or 2603468. OLE color: 2603468.

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

Color convert

RGB 204 185 39 -
CMYK 0 0.09 0.81 0.2
HSL 53.09º 0.68% 0.48% -
HSV(B) 53.09º 0.81% 0.8% -
XYZ 42.62 47.68 8.88 -
YUV 174.04 51.79 149.37 -
System Red Green Blue C M Y K H S L
Decimal 204 185 39 0 0.09 0.81 0.2 53.09 0.68 0.48
Hex CC B9 27 0 9 51 14 35 44 30
Octal 314 271 47 0 11 121 24 65 104 60
Binary 11001100 10111001 100111 0 1001 1010001 10100 110101 1000100 110000

Color Harmonies of #CCB927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB927

Black with #CCB927

Text Example


Text Example

White with #CCB927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB927; }

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

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

background-color css

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

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

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

border-color css

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

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

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