Html Css Color HEX #CCB825 Barberry

📋 copy color: '#CCB825'

red 204 ◦ green 184 ◦ blue 37

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

Shades of Barberry #CCB825

Tints of Barberry #CCB825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.71%

R = 48%
G = 43.29%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CCB825 (or 0xCCB825) is known color: Barberry. HEX triplet: CC, B8 and 25. RGB value is (204,184,37). Sum of RGB (Red+Green+Blue) = 204+184+37=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 184 (72.27% from 255 or 43.29% from 425); Blue value is 37 (14.84% from 255 or 8.71% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB825 is #3347DA. Grayscale: #ADADAD. Windows color (decimal): -3360731 or 2472140. OLE color: 2472140.

HSL color Cylindrical-coordinate representation of color #CCB825: hue angle of 52.81º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCB825 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 184 37 -
CMYK 0 0.10 0.82 0.2
HSL 52.81º 0.69% 0.47% -
HSV(B) 52.81º 0.82% 0.8% -
XYZ 42.38 47.25 8.64 -
YUV 173.22 51.13 149.95 -
System Red Green Blue C M Y K H S L
Decimal 204 184 37 0 0.10 0.82 0.2 52.81 0.69 0.47
Hex CC B8 25 0 A 52 14 35 45 2F
Octal 314 270 45 0 12 122 24 65 105 57
Binary 11001100 10111000 100101 0 1010 1010010 10100 110101 1000101 101111

Color Harmonies of #CCB825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB825

Black with #CCB825

Text Example


Text Example

White with #CCB825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB825; }

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

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

background-color css

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

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

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

border-color css

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

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

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