Html Css Color HEX #CDD733 Bitter Lemon

📋 copy color: '#CDD733'

red 205 ◦ green 215 ◦ blue 51

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

Shades of Bitter Lemon #CDD733

Tints of Bitter Lemon #CDD733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.83%

R = 43.52%
G = 45.65%
B = 10.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#CDD733 (or 0xCDD733) is known color: Bitter Lemon. HEX triplet: CD, D7 and 33. RGB value is (205,215,51). Sum of RGB (Red+Green+Blue) = 205+215+51=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 51 (20.31% from 255 or 10.83% from 471); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD733 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD733 is #3228CC. Grayscale: #C1C1C1. Windows color (decimal): -3287245 or 3397581. OLE color: 3397581.

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

Color convert

RGB 205 215 51 -
CMYK 0.05 0 0.76 0.16
HSL 63.66º 0.67% 0.52% -
HSV(B) 63.66º 0.76% 0.84% -
XYZ 50.07 61.82 12.43 -
YUV 193.31 47.69 136.34 -
System Red Green Blue C M Y K H S L
Decimal 205 215 51 0.05 0 0.76 0.16 63.66 0.67 0.52
Hex CD D7 33 5 0 4C 10 40 43 34
Octal 315 327 63 5 0 114 20 100 103 64
Binary 11001101 11010111 110011 101 0 1001100 10000 1000000 1000011 110100

Color Harmonies of #CDD733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD733

Black with #CDD733

Text Example


Text Example

White with #CDD733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD733; }

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

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

background-color css

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

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

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

border-color css

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

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

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