Html Css Color HEX #CDD126 Barberry

📋 copy color: '#CDD126'

red 205 ◦ green 209 ◦ blue 38

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

Shades of Barberry #CDD126

Tints of Barberry #CDD126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.41%

R = 45.35%
G = 46.24%
B = 8.41%

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

#CDD126 (or 0xCDD126) is known color: Barberry. HEX triplet: CD, D1 and 26. RGB value is (205,209,38). Sum of RGB (Red+Green+Blue) = 205+209+38=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 209 (82.03% from 255 or 46.24% from 452); Blue value is 38 (15.23% from 255 or 8.41% from 452); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD126 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD126 is #322ED9. Grayscale: #BCBCBC. Windows color (decimal): -3288794 or 2544077. OLE color: 2544077.

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

Color convert

RGB 205 209 38 -
CMYK 0.02 0 0.82 0.18
HSL 61.4º 0.69% 0.48% -
HSV(B) 61.4º 0.82% 0.82% -
XYZ 48.33 58.72 10.62 -
YUV 188.31 43.17 139.9 -
System Red Green Blue C M Y K H S L
Decimal 205 209 38 0.02 0 0.82 0.18 61.4 0.69 0.48
Hex CD D1 26 2 0 52 12 3D 45 30
Octal 315 321 46 2 0 122 22 75 105 60
Binary 11001101 11010001 100110 10 0 1010010 10010 111101 1000101 110000

Color Harmonies of #CDD126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD126

Black with #CDD126

Text Example


Text Example

White with #CDD126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD126; }

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

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

background-color css

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

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

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

border-color css

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

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

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