Html Css Color HEX #CDD726 Bitter Lemon

📋 copy color: '#CDD726'

red 205 ◦ green 215 ◦ blue 38

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

Shades of Bitter Lemon #CDD726

Tints of Bitter Lemon #CDD726

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.94%

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

R = 44.76%
G = 46.94%
B = 8.3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#CDD726 (or 0xCDD726) is known color: Bitter Lemon. HEX triplet: CD, D7 and 26. RGB value is (205,215,38). Sum of RGB (Red+Green+Blue) = 205+215+38=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 215 (84.38% from 255 or 46.94% from 458); Blue value is 38 (15.23% from 255 or 8.30% from 458); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD726 is #3228D9. Grayscale: #C0C0C0. Windows color (decimal): -3287258 or 2545613. OLE color: 2545613.

HSL color Cylindrical-coordinate representation of color #CDD726: hue angle of 63.39º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CDD726 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 215 38 -
CMYK 0.05 0 0.82 0.16
HSL 63.39º 0.7% 0.5% -
HSV(B) 63.39º 0.82% 0.84% -
XYZ 49.83 61.72 11.12 -
YUV 191.83 41.19 137.39 -
System Red Green Blue C M Y K H S L
Decimal 205 215 38 0.05 0 0.82 0.16 63.39 0.7 0.5
Hex CD D7 26 5 0 52 10 3F 46 32
Octal 315 327 46 5 0 122 20 77 106 62
Binary 11001101 11010111 100110 101 0 1010010 10000 111111 1000110 110010

Color Harmonies of #CDD726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD726

Black with #CDD726

Text Example


Text Example

White with #CDD726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD726; }

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

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

background-color css

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

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

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

border-color css

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

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

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