Html Css Color HEX #CDD728 Bitter Lemon

📋 copy color: '#CDD728'

red 205 ◦ green 215 ◦ blue 40

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

Shades of Bitter Lemon #CDD728

Tints of Bitter Lemon #CDD728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.7%

R = 44.57%
G = 46.74%
B = 8.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#CDD728 (or 0xCDD728) is known color: Bitter Lemon. HEX triplet: CD, D7 and 28. RGB value is (205,215,40). Sum of RGB (Red+Green+Blue) = 205+215+40=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 215 (84.38% from 255 or 46.74% from 460); Blue value is 40 (16.02% from 255 or 8.70% from 460); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD728 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD728 is #3228D7. Grayscale: #C0C0C0. Windows color (decimal): -3287256 or 2676685. OLE color: 2676685.

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

Color convert

RGB 205 215 40 -
CMYK 0.05 0 0.81 0.16
HSL 63.43º 0.69% 0.5% -
HSV(B) 63.43º 0.81% 0.84% -
XYZ 49.86 61.73 11.3 -
YUV 192.06 42.19 137.23 -
System Red Green Blue C M Y K H S L
Decimal 205 215 40 0.05 0 0.81 0.16 63.43 0.69 0.5
Hex CD D7 28 5 0 51 10 3F 45 32
Octal 315 327 50 5 0 121 20 77 105 62
Binary 11001101 11010111 101000 101 0 1010001 10000 111111 1000101 110010

Color Harmonies of #CDD728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD728

Black with #CDD728

Text Example


Text Example

White with #CDD728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD728; }

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

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

background-color css

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

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

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

border-color css

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

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

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