Html Css Color HEX #CCB827 Barberry

📋 copy color: '#CCB827'

red 204 ◦ green 184 ◦ blue 39

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

Shades of Barberry #CCB827

Tints of Barberry #CCB827

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.09%

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

R = 47.78%
G = 43.09%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CCB827 (or 0xCCB827) is known color: Barberry. HEX triplet: CC, B8 and 27. RGB value is (204,184,39). Sum of RGB (Red+Green+Blue) = 204+184+39=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 184 (72.27% from 255 or 43.09% from 427); Blue value is 39 (15.62% from 255 or 9.13% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB827 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB827 is #3347D8. Grayscale: #AEAEAE. Windows color (decimal): -3360729 or 2603212. OLE color: 2603212.

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

Color convert

RGB 204 184 39 -
CMYK 0 0.10 0.81 0.2
HSL 52.73º 0.68% 0.48% -
HSV(B) 52.73º 0.81% 0.8% -
XYZ 42.41 47.26 8.81 -
YUV 173.45 52.13 149.79 -
System Red Green Blue C M Y K H S L
Decimal 204 184 39 0 0.10 0.81 0.2 52.73 0.68 0.48
Hex CC B8 27 0 A 51 14 35 44 30
Octal 314 270 47 0 12 121 24 65 104 60
Binary 11001100 10111000 100111 0 1010 1010001 10100 110101 1000100 110000

Color Harmonies of #CCB827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB827

Black with #CCB827

Text Example


Text Example

White with #CCB827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB827; }

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

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

background-color css

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

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

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

border-color css

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

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

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