Html Css Color HEX #CCD025 Barberry

📋 copy color: '#CCD025'

red 204 ◦ green 208 ◦ blue 37

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

Shades of Barberry #CCD025

Tints of Barberry #CCD025

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.33%

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

R = 45.43%
G = 46.33%
B = 8.24%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#CCD025 (or 0xCCD025) is known color: Barberry. HEX triplet: CC, D0 and 25. RGB value is (204,208,37). Sum of RGB (Red+Green+Blue) = 204+208+37=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 37 (14.84% from 255 or 8.24% from 449); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD025 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD025 is #332FDA. Grayscale: #BBBBBB. Windows color (decimal): -3354587 or 2478284. OLE color: 2478284.

HSL color Cylindrical-coordinate representation of color #CCD025: hue angle of 61.4º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCD025 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 208 37 -
CMYK 0.02 0 0.82 0.18
HSL 61.4º 0.7% 0.48% -
HSV(B) 61.4º 0.82% 0.82% -
XYZ 47.79 58.08 10.44 -
YUV 187.31 43.17 139.9 -
System Red Green Blue C M Y K H S L
Decimal 204 208 37 0.02 0 0.82 0.18 61.4 0.7 0.48
Hex CC D0 25 2 0 52 12 3D 46 30
Octal 314 320 45 2 0 122 22 75 106 60
Binary 11001100 11010000 100101 10 0 1010010 10010 111101 1000110 110000

Color Harmonies of #CCD025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD025

Black with #CCD025

Text Example


Text Example

White with #CCD025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD025; }

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

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

background-color css

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

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

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

border-color css

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

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

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