Html Css Color HEX #CDD331 Bitter Lemon

📋 copy color: '#CDD331'

red 205 ◦ green 211 ◦ blue 49

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

Shades of Bitter Lemon #CDD331

Tints of Bitter Lemon #CDD331

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.38%

 BLUE value IS 49 (19.53% from 255) = 10.54%

R = 44.09%
G = 45.38%
B = 10.54%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#CDD331 (or 0xCDD331) is known color: Bitter Lemon. HEX triplet: CD, D3 and 31. RGB value is (205,211,49). Sum of RGB (Red+Green+Blue) = 205+211+49=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 49 (19.53% from 255 or 10.54% from 465); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD331 is #322CCE. Grayscale: #BFBFBF. Windows color (decimal): -3288271 or 3265485. OLE color: 3265485.

HSL color Cylindrical-coordinate representation of color #CDD331: hue angle of 62.22º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDD331 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 205 211 49 -
CMYK 0.03 0 0.77 0.17
HSL 62.22º 0.65% 0.51% -
HSV(B) 62.22º 0.77% 0.83% -
XYZ 49.03 59.79 11.86 -
YUV 190.74 48.01 138.17 -
System Red Green Blue C M Y K H S L
Decimal 205 211 49 0.03 0 0.77 0.17 62.22 0.65 0.51
Hex CD D3 31 3 0 4D 11 3E 41 33
Octal 315 323 61 3 0 115 21 76 101 63
Binary 11001101 11010011 110001 11 0 1001101 10001 111110 1000001 110011

Color Harmonies of #CDD331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD331

Black with #CDD331

Text Example


Text Example

White with #CDD331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD331; }

 p { color: rgb(205,211,49); }

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

background-color css

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

 a { background-color: rgb(205,211,49); }

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

border-color css

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

 span { border-color: rgb(205,211,49); }

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