Html Css Color HEX #CDD739 Bitter Lemon

📋 copy color: '#CDD739'

red 205 ◦ green 215 ◦ blue 57

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

Shades of Bitter Lemon #CDD739

Tints of Bitter Lemon #CDD739

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 11.95%

R = 42.98%
G = 45.07%
B = 11.95%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#CDD739 (or 0xCDD739) is known color: Bitter Lemon. HEX triplet: CD, D7 and 39. RGB value is (205,215,57). Sum of RGB (Red+Green+Blue) = 205+215+57=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 215 (84.38% from 255 or 45.07% from 477); Blue value is 57 (22.66% from 255 or 11.95% from 477); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD739 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD739 is #3228C6. Grayscale: #C2C2C2. Windows color (decimal): -3287239 or 3790797. OLE color: 3790797.

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

Color convert

RGB 205 215 57 -
CMYK 0.05 0 0.73 0.16
HSL 63.8º 0.66% 0.53% -
HSV(B) 63.8º 0.73% 0.84% -
XYZ 50.22 61.88 13.17 -
YUV 194 50.69 135.85 -
System Red Green Blue C M Y K H S L
Decimal 205 215 57 0.05 0 0.73 0.16 63.8 0.66 0.53
Hex CD D7 39 5 0 49 10 40 42 35
Octal 315 327 71 5 0 111 20 100 102 65
Binary 11001101 11010111 111001 101 0 1001001 10000 1000000 1000010 110101

Color Harmonies of #CDD739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD739

Black with #CDD739

Text Example


Text Example

White with #CDD739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD739; }

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

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

background-color css

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

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

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

border-color css

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

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

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