Html Css Color HEX #CDD335 Bitter Lemon

📋 copy color: '#CDD335'

red 205 ◦ green 211 ◦ blue 53

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

Shades of Bitter Lemon #CDD335

Tints of Bitter Lemon #CDD335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.3%

R = 43.71%
G = 44.99%
B = 11.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#CDD335 (or 0xCDD335) is known color: Bitter Lemon. HEX triplet: CD, D3 and 35. RGB value is (205,211,53). Sum of RGB (Red+Green+Blue) = 205+211+53=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 211 (82.81% from 255 or 44.99% from 469); Blue value is 53 (21.09% from 255 or 11.30% from 469); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD335 is #322CCA. Grayscale: #BFBFBF. Windows color (decimal): -3288267 or 3527629. OLE color: 3527629.

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

Color convert

RGB 205 211 53 -
CMYK 0.03 0 0.75 0.17
HSL 62.28º 0.64% 0.52% -
HSV(B) 62.28º 0.75% 0.83% -
XYZ 49.11 59.82 12.33 -
YUV 191.19 50.01 137.85 -
System Red Green Blue C M Y K H S L
Decimal 205 211 53 0.03 0 0.75 0.17 62.28 0.64 0.52
Hex CD D3 35 3 0 4B 11 3E 40 34
Octal 315 323 65 3 0 113 21 76 100 64
Binary 11001101 11010011 110101 11 0 1001011 10001 111110 1000000 110100

Color Harmonies of #CDD335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD335

Black with #CDD335

Text Example


Text Example

White with #CDD335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD335; }

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

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

background-color css

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

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

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

border-color css

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

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

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