Html Css Color HEX #CDD922 Bitter Lemon

📋 copy color: '#CDD922'

red 205 ◦ green 217 ◦ blue 34

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

Shades of Bitter Lemon #CDD922

Tints of Bitter Lemon #CDD922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.46%

R = 44.96%
G = 47.59%
B = 7.46%

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

#CDD922 (or 0xCDD922) is known color: Bitter Lemon. HEX triplet: CD, D9 and 22. RGB value is (205,217,34). Sum of RGB (Red+Green+Blue) = 205+217+34=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 34 (13.67% from 255 or 7.46% from 456); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD922 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD922 is #3226DD. Grayscale: #C1C1C1. Windows color (decimal): -3286750 or 2283981. OLE color: 2283981.

HSL color Cylindrical-coordinate representation of color #CDD922: hue angle of 63.93º degrees, saturation: 0.73, 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 #CDD922 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 217 34 -
CMYK 0.06 0 0.84 0.15
HSL 63.93º 0.73% 0.49% -
HSV(B) 63.93º 0.84% 0.85% -
XYZ 50.28 62.72 10.97 -
YUV 192.55 38.52 136.88 -
System Red Green Blue C M Y K H S L
Decimal 205 217 34 0.06 0 0.84 0.15 63.93 0.73 0.49
Hex CD D9 22 6 0 54 F 40 49 31
Octal 315 331 42 6 0 124 17 100 111 61
Binary 11001101 11011001 100010 110 0 1010100 1111 1000000 1001001 110001

Color Harmonies of #CDD922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD922

Black with #CDD922

Text Example


Text Example

White with #CDD922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD922; }

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

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

background-color css

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

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

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

border-color css

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

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

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