Html Css Color HEX #CDD923 Bitter Lemon

📋 copy color: '#CDD923'

red 205 ◦ green 217 ◦ blue 35

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

Shades of Bitter Lemon #CDD923

Tints of Bitter Lemon #CDD923

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.48%

 BLUE value IS 35 (14.06% from 255) = 7.66%

R = 44.86%
G = 47.48%
B = 7.66%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#CDD923 (or 0xCDD923) is known color: Bitter Lemon. HEX triplet: CD, D9 and 23. RGB value is (205,217,35). Sum of RGB (Red+Green+Blue) = 205+217+35=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 35 (14.06% from 255 or 7.66% from 457); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD923 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD923 is #3226DC. Grayscale: #C1C1C1. Windows color (decimal): -3286749 or 2349517. OLE color: 2349517.

HSL color Cylindrical-coordinate representation of color #CDD923: hue angle of 63.96º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CDD923 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 217 35 -
CMYK 0.06 0 0.84 0.15
HSL 63.96º 0.72% 0.49% -
HSV(B) 63.96º 0.84% 0.85% -
XYZ 50.29 62.73 11.05 -
YUV 192.66 39.02 136.8 -
System Red Green Blue C M Y K H S L
Decimal 205 217 35 0.06 0 0.84 0.15 63.96 0.72 0.49
Hex CD D9 23 6 0 54 F 40 48 31
Octal 315 331 43 6 0 124 17 100 110 61
Binary 11001101 11011001 100011 110 0 1010100 1111 1000000 1001000 110001

Color Harmonies of #CDD923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD923

Black with #CDD923

Text Example


Text Example

White with #CDD923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD923; }

 p { color: rgb(205,217,35); }

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

background-color css

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

 a { background-color: rgb(205,217,35); }

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

border-color css

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

 span { border-color: rgb(205,217,35); }

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