Html Css Color HEX #CCD125 Barberry

📋 copy color: '#CCD125'

red 204 ◦ green 209 ◦ blue 37

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

Shades of Barberry #CCD125

Tints of Barberry #CCD125

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.44%

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

R = 45.33%
G = 46.44%
B = 8.22%

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

#CCD125 (or 0xCCD125) is known color: Barberry. HEX triplet: CC, D1 and 25. RGB value is (204,209,37). Sum of RGB (Red+Green+Blue) = 204+209+37=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 209 (82.03% from 255 or 46.44% from 450); Blue value is 37 (14.84% from 255 or 8.22% from 450); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD125 is #332EDA. Grayscale: #BCBCBC. Windows color (decimal): -3354331 or 2478540. OLE color: 2478540.

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

Color convert

RGB 204 209 37 -
CMYK 0.02 0 0.82 0.18
HSL 61.74º 0.7% 0.48% -
HSV(B) 61.74º 0.82% 0.82% -
XYZ 48.04 58.57 10.52 -
YUV 187.9 42.84 139.49 -
System Red Green Blue C M Y K H S L
Decimal 204 209 37 0.02 0 0.82 0.18 61.74 0.7 0.48
Hex CC D1 25 2 0 52 12 3E 46 30
Octal 314 321 45 2 0 122 22 76 106 60
Binary 11001100 11010001 100101 10 0 1010010 10010 111110 1000110 110000

Color Harmonies of #CCD125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD125

Black with #CCD125

Text Example


Text Example

White with #CCD125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD125; }

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

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

background-color css

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

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

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

border-color css

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

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

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