Html Css Color HEX #CCB925 Barberry

📋 copy color: '#CCB925'

red 204 ◦ green 185 ◦ blue 37

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

Shades of Barberry #CCB925

Tints of Barberry #CCB925

RGB

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

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

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

R = 47.89%
G = 43.43%
B = 8.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CCB925 (or 0xCCB925) is known color: Barberry. HEX triplet: CC, B9 and 25. RGB value is (204,185,37). Sum of RGB (Red+Green+Blue) = 204+185+37=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 37 (14.84% from 255 or 8.69% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB925 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB925 is #3346DA. Grayscale: #AEAEAE. Windows color (decimal): -3360475 or 2472396. OLE color: 2472396.

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

Color convert

RGB 204 185 37 -
CMYK 0 0.09 0.82 0.2
HSL 53.17º 0.69% 0.47% -
HSV(B) 53.17º 0.82% 0.8% -
XYZ 42.58 47.67 8.71 -
YUV 173.81 50.79 149.53 -
System Red Green Blue C M Y K H S L
Decimal 204 185 37 0 0.09 0.82 0.2 53.17 0.69 0.47
Hex CC B9 25 0 9 52 14 35 45 2F
Octal 314 271 45 0 11 122 24 65 105 57
Binary 11001100 10111001 100101 0 1001 1010010 10100 110101 1000101 101111

Color Harmonies of #CCB925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB925

Black with #CCB925

Text Example


Text Example

White with #CCB925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB925; }

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

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

background-color css

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

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

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

border-color css

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

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

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