Html Css Color HEX #CDD125 Barberry

📋 copy color: '#CDD125'

red 205 ◦ green 209 ◦ blue 37

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

Shades of Barberry #CDD125

Tints of Barberry #CDD125

RGB

 RED value IS 205 (80.47% from 255) = 45.45%

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

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

R = 45.45%
G = 46.34%
B = 8.2%

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

#CDD125 (or 0xCDD125) is known color: Barberry. HEX triplet: CD, D1 and 25. RGB value is (205,209,37). Sum of RGB (Red+Green+Blue) = 205+209+37=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 209 (82.03% from 255 or 46.34% from 451); Blue value is 37 (14.84% from 255 or 8.20% from 451); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD125 is #322EDA. Grayscale: #BCBCBC. Windows color (decimal): -3288795 or 2478541. OLE color: 2478541.

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

Color convert

RGB 205 209 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 48.31 58.71 10.54 -
YUV 188.2 42.67 139.99 -
System Red Green Blue C M Y K H S L
Decimal 205 209 37 0.02 0 0.82 0.18 61.4 0.7 0.48
Hex CD D1 25 2 0 52 12 3D 46 30
Octal 315 321 45 2 0 122 22 75 106 60
Binary 11001101 11010001 100101 10 0 1010010 10010 111101 1000110 110000

Color Harmonies of #CDD125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD125

Black with #CDD125

Text Example


Text Example

White with #CDD125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD125; }

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

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

background-color css

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

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

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

border-color css

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

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

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