Html Css Color HEX #CDD921 Bitter Lemon

📋 copy color: '#CDD921'

red 205 ◦ green 217 ◦ blue 33

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

Shades of Bitter Lemon #CDD921

Tints of Bitter Lemon #CDD921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.25%

R = 45.05%
G = 47.69%
B = 7.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#CDD921 (or 0xCDD921) is known color: Bitter Lemon. HEX triplet: CD, D9 and 21. RGB value is (205,217,33). Sum of RGB (Red+Green+Blue) = 205+217+33=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 217 (85.16% from 255 or 47.69% from 455); Blue value is 33 (13.28% from 255 or 7.25% from 455); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD921 is #3226DE. Grayscale: #C1C1C1. Windows color (decimal): -3286751 or 2218445. OLE color: 2218445.

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

Color convert

RGB 205 217 33 -
CMYK 0.06 0 0.85 0.15
HSL 63.91º 0.74% 0.49% -
HSV(B) 63.91º 0.85% 0.85% -
XYZ 50.26 62.71 10.89 -
YUV 192.44 38.02 136.96 -
System Red Green Blue C M Y K H S L
Decimal 205 217 33 0.06 0 0.85 0.15 63.91 0.74 0.49
Hex CD D9 21 6 0 55 F 40 4A 31
Octal 315 331 41 6 0 125 17 100 112 61
Binary 11001101 11011001 100001 110 0 1010101 1111 1000000 1001010 110001

Color Harmonies of #CDD921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD921

Black with #CDD921

Text Example


Text Example

White with #CDD921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD921; }

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

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

background-color css

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

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

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

border-color css

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

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

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